Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
SQL 0.19 KB | None | 0 0
  1. CREATE TABLE /*schema*/./*table*/
  2. (
  3.     /*column1 int primary_key identity*/
  4.     /*column2_name*/ /*datatype2*/ /*column2_nullability*/,
  5.     /*column3_name*/ /*datatype3*/ /*column3_nullability*/,
  6. )
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement