Home »
MCQs »
MariaDB MCQs
Which command is used to drop/delete an existing table in MariaDB?
12. Which command is used to drop/delete an existing table in MariaDB?
- DROP TABLE
- DROP
- DELETE TABLE
- DEL TABLE
Answer: A) DROP TABLE
Explanation:
To drop/delete an existing table in MariaDB, the DROP TABLE is used.
Syntax:
DROP TABLE table_name;