MCQ
Single Best Answer
Easy
QWhich DDL statement is used to create a new table in MySQL?
ID: #15447
Data definition language - MySQL
80 views
Question Info
#15447Q ID
EasyDifficulty
Data definition language - MySQLTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer: Option D
Explanation
The CREATE statement in MySQL is used to create a new table. It specifies the table name, column names, data types, and any constraints or indexes associated with the table.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic