Dec 8, 2010

sql Drop Database

If you want to remove your database from sql server.
Use that command

DROP DataBase :-

DROP DATABASE <database_name>

DROP DATABASE AIRLINES

Result :

Command(s) completed successfully.

DataBase has been deleted.

No comments:

Post a Comment