The SQL DROP DATABASE statement is the SQL command that removes an existing database. A database is the outer container for other SQL objects: tables, columns, views, indexes, etc.
Anytime you want to remove an existing database. For example, you may want to eliminate an a database called CUSTOMER_DB_DEV that is no longer required for database development.
The SQL DROP DATABASE statement is used as follows.
SQL DROP DATABASE Statement Syntax
SQL DROP DATABASE Statement Example
The following example drops an existing database named CUSTOMER_DB_DEV.
Advertisements:
Infogoal.com is organized to help you gain mastery.
Examples may be simplified to facilitate learning.
Content is reviewed for errors but is not warranted to be 100% correct.
In order to use this site, you must read and agree to the
terms of use, privacy policy and cookie policy.
Copyright 2006-2020 by Infogoal, LLC. All Rights Reserved.