October 2002
Beginner
864 pages
18h 41m
English
CREATE TABLE table_name ( field1 datatype [ NOT NULL ], field2 datatype [ NOT NULL ], field3 datatype [ NOT NULL ]...)
The CREATE TABLE statement creates a new table within a database. Each optional field is provided with a name and data type for creation within that table.
Read now
Unlock full access