DROP DATABASE
DROP DATABASE [IF EXISTS] db_name
This is a dangerous command. It will immediately
delete a database along with all of its tables. This query will fail if the
database does not exist (unless IF EXISTS is specified),
or if you don't have the required privileges.