What command is used to delete a table in MariaDB?

What command is used to delete a table in MariaDB?

a) REMOVE TABLE
b) DROP TABLE
c) DELETE TABLE
d) DESTROY TABLE

Answer:

b) DROP TABLE

Explanation:

The DROP TABLE command is used to permanently delete a table and its data from the database in MariaDB.

Reference:

MariaDB Quiz – MCQ Questions and Answers

Scroll to Top