Computer Science, asked by shyamshiva293, 3 months ago

write the syntax and example for display table​

Answers

Answered by XxItzqueenxX00
4

Answer:

Syntax. CREATE TABLE table_name( column1 datatype, column2 datatype, column3 datatype, ..... columnN datatype, PRIMARY KEY( one or more columns ) ); CREATE TABLE is the keyword telling the database system what you want to do.

Similar questions