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?

  1. DROP TABLE
  2. DROP
  3. DELETE TABLE
  4. 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;

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.