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

Choose the Best Option

Click any option to instantly check if you're correct.

  • A DDL is used to retrieve data from the database.
  • B DDL is used to define and modify the structure of the database objects.
  • C DDL is used to perform mathematical calculations on the data.
  • D DDL is used to filter and sort the data in the database.
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.

No Previous Next Question

Share This Question

Challenge a friend or share with your study group.