Skip to content

Instantly share code, notes, and snippets.

@64lines
Created August 18, 2019 19:41
Show Gist options
  • Save 64lines/7ef46f84d257f61ad83dcac382aff0eb to your computer and use it in GitHub Desktop.
Save 64lines/7ef46f84d257f61ad83dcac382aff0eb to your computer and use it in GitHub Desktop.
Create Statement
CREATE TABLE table_name (
column1 datatype,
column2 datatype,
column3 datatype,
....
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment