DROP DATABASE statement
The DROP DATABASE statement removes a database and all of its dependent objects.

To drop a database, you must have one of the following privileges:
- The DROP privilege on the database
- DBADM or DBCTRL authority for the database
- SYSADM or SYSCTRL authority
DROP DATABASE databaseName | This option specifies the name of the database to be dropped. |
|---|
Related topic
Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*