DROP DATABASE
Deletes a database.
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 |