1.write the syntax of create command with example .
( Write the out put of create command )
.
.
.
Pls answer my question
Answers
Answered by
0
Answer:
CREATE TABLE table_name ( column1 data_type(size), column2 data_type(size), column3 data_type(size), .... ); table_name: name of the table. column1 name of the first column.
Similar questions