........ command is used to create a new table in a database
Answers
Answered by
4
CREATE TABLE < table_name >
( < column_name > < datatype > [ ( < size > ) ] <column_constraints>, ...
< table_constraints > ( < column_name > [ , < column_name>...] ) ... ) ;
MARK AS BRAINLIEST ANSWER
Answered by
2
Answer:
Hi
Your answer is Create
Similar questions