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

Choose the Best Option

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

  • A DROP TABLE
  • B DELETE TABLE
  • C REMOVE TABLE
  • D ERASE TABLE
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.

Share This Question

Challenge a friend or share with your study group.