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
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
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.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic