Drop Database In SQL

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

Syntax:

DROP DATABASE databaseName;

Example:

DROP DATABASE w3spoint_db;