The DROP DATABASE statement is used to delete or drop an existing database.
Syntax:
DROP DATABASE databaseName;
Example:
DROP DATABASE w3spoint_db;
The DROP DATABASE statement is used to delete or drop an existing database.
Syntax:
DROP DATABASE databaseName;
DROP DATABASE w3spoint_db;