Last active
December 17, 2018 05:00
-
-
Save purplecandy/0725e8bc1b17ff9e57d1df702e867064 to your computer and use it in GitHub Desktop.
Learn SQL syntax gist
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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