MCQ Single Best Answer Easy

QWhich of the following statements is true about the DROP statement in MySQL?

ID: #15449 Data definition language - MySQL 115 views
Question Info
#15449Q ID
EasyDifficulty
Data definition language - MySQLTopic

Choose the Best Option

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

  • A DROP is used to delete data from a table.
  • B DROP is used to delete a database.
  • C DROP is used to delete a specific column from a table.
  • D DROP is used to delete a table or other database objects.
Correct Answer: Option D

Explanation

The DROP statement in MySQL is used to delete a table, view, index, or other database objects. It permanently removes the specified object from the database.

Share This Question

Challenge a friend or share with your study group.