CBSE BOARD XII, asked by ambeemaaagency, 8 months ago

Write a command to create a table employee with five column names​

Answers

Answered by Chetna3854
1

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. In this case, you want to create a new table.

Explanation:

Mark me as Brianliest.

Similar questions