Q. What does the DROP DATABASE Statement do?
β
Correct Answer: (B)
In the database management system, this SQL statement deletes the existing database, together with all the database tables and views.
Explanation: In the database management system, DROP DATABASE SQL statement deletes the existing database, together with all the database tables and views.