Skip to content

Instantly share code, notes, and snippets.

@purplecandy
Last active December 17, 2018 05:00
Show Gist options
  • Save purplecandy/0725e8bc1b17ff9e57d1df702e867064 to your computer and use it in GitHub Desktop.
Save purplecandy/0725e8bc1b17ff9e57d1df702e867064 to your computer and use it in GitHub Desktop.
Learn SQL syntax gist
CREATE TABLE tableName(
column_name data_type,
column_name data_type
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment