Home »
MCQs »
SQL MCQs »
SQL Basics (Set 2) MCQs
What does the DROP DATABASE Statement do?
12. What does the DROP DATABASE Statement do?
- The table, its structure, views, permissions, and triggers will also be deleted or removed with this SQL statement.
- In the database management system, this SQL statement deletes the existing database, together with all the database tables and views.
- A new database will be created through this SQL statement.
- In this SQL statement, the data or records are inserted into an existing database table. One query statement can insert multiple records simultaneously using this statement.
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.