MariaDB Question:

Tell us how to delete a database in MariaDB?

Tweet Share WhatsApp

Answer:

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

Syntax:
DROP DATABASE Database_name;

Download MariaDB PDF Read All 55 MariaDB Questions
Previous QuestionNext Question
Tell us what is the usage of AVG() function in MariaDB database?Please explain what is the use of MariaDB DISTINCT clause?