Created
August 18, 2019 19:41
-
-
Save 64lines/7ef46f84d257f61ad83dcac382aff0eb to your computer and use it in GitHub Desktop.
Create Statement
This file contains hidden or 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 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