Computer Science, asked by ak5165650, 10 months ago

........ command is used to create a new table in a database

Answers

Answered by Swaroop2sky
4

CREATE TABLE < table_name >

( < column_name > < datatype > [ ( < size > ) ] <column_constraints>, ...

< table_constraints > ( < column_name > [ , < column_name>...] ) ... ) ;

MARK AS BRAINLIEST ANSWER

Answered by ratnajais
2

Answer:

Hi

Your answer is Create

Similar questions