DROP Database

suggest change

Dropping the database is a simple one-liner statement. Drop database will delete the database, hence always ensure to have a backup of the database if required.

Below is the command to drop Employees Database

DROP DATABASE [dbo].[Employees]

Feedback about page:

Feedback:
Optional: your email if you want me to get back to you:


DROP or DELETE database:
*DROP Database

Table Of Contents