Skip to content

Instantly share code, notes, and snippets.

@rupesh2017
Last active August 5, 2018 20:19
Show Gist options
  • Save rupesh2017/db3ac3be76cf61feaa72c1eba186d84e to your computer and use it in GitHub Desktop.
Save rupesh2017/db3ac3be76cf61feaa72c1eba186d84e to your computer and use it in GitHub Desktop.
CREATE TABLE BOOKS (id SERIAL,
isbn VARCHAR PRIMARY KEY,
title VARCHAR NOT NULL,
author VARCHAR NOT NULL,
year VARCHAR NOT NULL
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment