The DROP DATABASE statement is used to delete or drop an existing database.
Syntax:
DROP DATABASE databaseName;
Example:
DROP DATABASE w3spoint_db;
The DROP DATABASE statement is used to delete or drop an existing database.
Syntax:
DROP DATABASE databaseName;
DROP DATABASE w3spoint_db;
One reply on “Drop Database In SQL”
SQL Tutorials - Scaz January 26, 2023 at 5:13 pm
[…] SQL DROP Database […]