The DROP DATABASE statement is used to drop an existing SQL database.
DROP DATABASE databasename;Note: Be careful before dropping a database. Deleting a database will result in loss of complete information stored in the database!
Edit the code below and click Run to see the result live.