Computer Science, asked by BELIEVES, 3 months ago

write a syntax command for creating a table​

Answers

Answered by KANISHSHYAM
4

Answer:

Syntax. CREATE TABLE table_name( column1 datatype, column2 datatype, column3 data type . columnN datatype, PRIMARY KEY one or more columns

Answered by tanvi0099
1

Answer:

create table student coloumn 1

Similar questions