A

Admin • 833K Points
Coach

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.
  • Correct Answer - Option(B)
  • Views: 20
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin

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.

Be the first to start discuss.