SQL Drop Database

Delete a database.

SQL DROP DATABASE Statement

The DROP DATABASE statement is used to drop an existing SQL database.

Syntax

DROP DATABASE databasename;

Warning: Be careful! Deleting a database will result in loss of complete information stored in the database! This action cannot be undone.