We can use DROP DATABASE statement to drop/delete a database.

Syntax:

DROP DATABASE <database_name>;

Example:

DROP DATABASE myTutorial;