What is the syntax for a CREATE TABLE statement?
Hi,
The CREATE TABLE statement is used to create a table in a database.
CREATE TABLE "table_name" ("column 1" "data_type_for_column_1", "column 2" "data_type_for_column_2", ... )
Thanks,
Post Answer
Preview:
Ads