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