SQL DROP Database
SQL DROP statement is used to delete or remove indexes from a table in the database.
If you want to delete or drop an existing database in a SQL schema, you can use SQL DROP DATABASE
Let's see the syntax of SQL DROP DATABASE:
DROP DATABASE database_name;