Answers

Question and Answer:

  Home  MariaDB

⟩ Tell us how to delete a database in MariaDB?

DROP DATABASE command is used to drop a database in MariaDB.

Syntax:

DROP DATABASE Database_name;

 145 views

More Questions for you: