The DROP DATABASE statement is used to drop an existing SQL database.
Note: Be careful before dropping a database. Deleting a database will result in loss of complete information stored in the database!
The following SQL statement drops the existing database "testDB":