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

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

  1. DELETE DATABASE_NAME;
  2. DROP DATABASE_NAME;
  3. DROP DATABASE DATABASE_NAME;
  4. DELETE DATABASE DATABASE_NAME;

Answer: C) DROP DATABASE DATABASE_NAME;

Explanation:

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

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.