Single Choice Easy

QWhich MySQL command is used to delete a database?

ID: #15425 Introduction to MySQL Databases 138 views
Question Info
#15425Q ID
EasyDifficulty
Introduction to MySQL DatabasesTopic

Choose the Best Option

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

  • A DELETE DATABASE
  • B REMOVE DATABASE
  • C DROP DATABASE
  • D ERASE DATABASE
Correct Answer

Explanation

The DROP DATABASE command is used in MySQL to delete a database and all its associated tables, data, and objects. It permanently removes the database from the MySQL server.

Share This Question

Challenge a friend or share with your study group.