MCQ PracticeSingle Best AnswerTopic: Data definition language - MySQL
Q
Which DDL statement is used to create a new table in MySQL?
Question ID
#15447
Subchapter
Data definition language - MySQL
Action
Choose one option below
Choose Your Answer
Click an option to check whether your answer is correct.
A
INSERT ✔✖
B
UPDATE ✔✖
C
SELECT ✔✖
D
CREATE ✔✖
D
Correct Answer: 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.