Single Choice Easy

QWhich of the following DDL statements is used to delete a view in MySQL?

ID: #15465 DDL - Data Definition Language 142 views
Question Info
#15465Q ID
EasyDifficulty
DDL - Data Definition LanguageTopic

Choose the Best Option

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

  • A DELETE VIEW
  • B DROP VIEW
  • C REMOVE VIEW
  • D ALTER VIEW
Correct Answer

Explanation

The DROP VIEW statement in MySQL is used to delete a view. It permanently removes the specified view from the database.

Share This Question

Challenge a friend or share with your study group.