Skip to content

Instantly share code, notes, and snippets.

@jshcrowthe
Created April 13, 2014 22:34
Show Gist options
  • Save jshcrowthe/10605122 to your computer and use it in GitHub Desktop.
Save jshcrowthe/10605122 to your computer and use it in GitHub Desktop.
SQL Create Table Statement
CREATE TABLE table_name
(
column_name1 data_type(size),
column_name2 data_type(size),
column_name3 data_type(size),
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment