The DROP DATABASE is used to drop an existing SQL database :
DROP DATABASE Syntax:
DROP DATABASE database_name;
DROP DATABASE Example:
The following SQL command DROP a database called 'employee'-
CREATE DATABASE employee;
please like and subscribe the post thank you
No comments:
Post a Comment