A

Admin • 833K Points
Coach

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;
  • Correct Answer - Option(C)
  • Views: 22
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin

DROP DATABASE DATABASE_NAME; command is used to delete a database.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.