Write a command to create a table employee with five column names
Answers
Answered by
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
Computer Science,
3 months ago
Math,
3 months ago
CBSE BOARD X,
3 months ago
History,
8 months ago
Math,
1 year ago
Science,
1 year ago