MCQ
Single Best Answer
Easy
QWhich MySQL statement is used to delete a table from a database?
ID: #15414
Introduction to MySQL Databases
112 views
Question Info
#15414Q ID
EasyDifficulty
Introduction to MySQL DatabasesTopic
Your Answer
Choose the Best Option
Click any option to instantly check if you're correct.
Correct Answer: Option A
Explanation
The DROP TABLE statement is used in MySQL to delete an existing table from a database. It permanently removes the table and all its associated data.
Continue Practice
Share
Share This Question
Challenge a friend or share with your study group.
More from This Topic