πŸ“Š MySQL
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;
πŸ’¬ Discuss
βœ… Correct Answer: (C) DROP DATABASE DATABASE_NAME;

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

Explanation by: Jatin Dubey
DROP DATABASE DATABASE_NAME; command is used to delete a database.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
202
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Jatin Dubey
Publisher
πŸ“ˆ
91%
Success Rate