MCQ
Single Best Answer
Easy
QWhich of the following statements is true about Data Definition Language (DDL) in MySQL?
ID: #15446
Data definition language - MySQL
142 views
Question Info
#15446Q 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 B
Explanation
DDL in MySQL is used to define and modify the structure of database objects such as tables, views, indexes, and constraints. It includes statements like CREATE, ALTER, and DROP to create, modify, or delete the database objects.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic