T

Tina Singh • 10.85K Points
Tutor II

Q. What does the DROP DATABASE Statement do?

  • (A) The table, its structure, views, permissions, and triggers will also be deleted or removed with this SQL statement.
  • (B) In the database management system, this SQL statement deletes the existing database, together with all the database tables and views.
  • (C) A new database will be created through this SQL statement.
  • (D) 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.

Explanation by: Tina Singh
In the database management system, DROP DATABASE SQL statement deletes the existing database, together with all the database tables and views.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.