MySQL DROP Database
Syntax :
DROP DATABASE database_name;
Use DROP DATABASE statement to delete the database
Syntax :
DROP DATABASE database_name;
Use DROP DATABASE statement to delete the database
The following statement delete the database called "testingDB"
DROP DATABASE testingDB;