Syntax to DROP Database

DROP DATABASE DATABASENAME

Example: DROP DATABASE NRSTT

The above statement deletes NRSTT database and its objects

Note: It is not possible to drop a particular database which is currently in use it means it is not possible to drop NRSTT database and till we enter in to another database.

No comments:

Post a Comment