Single Choice Easy

QWhich of the following statements is true about Data Definition Language (DDL) in MySQL?

ID: #15446 DDL - Data Definition Language 155 views
Question Info
#15446Q ID
EasyDifficulty
DDL - Data Definition LanguageTopic

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

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.