write a syntax command for creating a table
Answers
Answered by
4
Answer:
Syntax. CREATE TABLE table_name( column1 datatype, column2 datatype, column3 data type . columnN datatype, PRIMARY KEY one or more columns
Answered by
1
Answer:
create table student coloumn 1
Similar questions