+1 vote
in Class 12 by kratos

Give the syntax for create command in SQL.

1 Answer

+4 votes
by kratos
 
Best answer

Syntax:
CREATE TABLE tablename (columnnamel datatype(size), columnname2 datatype(size) …);

...