Home / Programming MCQs / MySQL MCQs / Question

J

Jatin Dubey • 3.78K Points
Extraordinary

Q. Which of the following command is used to delete a database?

(A) DELETE DATABASE_NAME;
(B) DROP DATABASE_NAME;
(C) DROP DATABASE DATABASE_NAME;
(D) DELETE DATABASE DATABASE_NAME;
Explanation by: Jatin Dubey
DROP DATABASE DATABASE_NAME; command is used to delete a database.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.