Delete DataBase
Statement: DROP DATABASE
It is used to delete an existing database (incl. its tables and data)
This statement once executed cannot be reversed.Â
Syntax:
DROP DATABASE database_name;
DROP DATABASE IF EXISTS database_name;
Statement: DROP DATABASE
It is used to delete an existing database (incl. its tables and data)
This statement once executed cannot be reversed.Â
Syntax:
DROP DATABASE database_name;
DROP DATABASE IF EXISTS database_name;