- A DROP is used to delete data from a table.
- B DROP is used to delete a database.
- C DROP is used to delete a specific column from a table.
- D DROP is used to delete a table or other database objects.
- Share this MCQ
Answer:
D
Share this MCQ
The DROP statement in MySQL is used to delete a table, view, index, or other database objects. It permanently removes the specified object from the database.
Click me to Read more Question & Answer of Data definition language - MySQLShare this MCQ