SQL Server DROP DATABASE statement to delete a database



You use the DROP DATABASE statement.
To remove an existing database from a SQL Server instance.

 
DROP DATABASE IF EXISTS dbUser
DROP DATABASE dbUser

0 Comment's

Comment Form

Submit Comment