Syntax
Deletes the database and all of its objects including tables, views and aggregating indexes.DROP DATABASE [IF EXISTS] <database_name>
Parameters
Parameters
| Parameter | Description |
|---|---|
<database_name> | The name of the database to be deleted |
Reference and syntax for the DROP DATABASE command.
DROP DATABASE [IF EXISTS] <database_name>
| Parameter | Description |
|---|---|
<database_name> | The name of the database to be deleted |