Answers

Question and Answer:

  Home  MariaDB

⟩ Do you know how to delete a table in MariaDB's database?

DROP TABLE command is used to delete a table from a database in MariaDB. It deletes the table permanently and cannot be recovered.

Syntax:

DROP TABLE table_name ;

 202 views

More Questions for you: