Database: Drop

Drop

DROP DATABASE database_name;

If you need to delete a database, you can use the DROP DATABASE statement. This operation is irreversible and will permanently remove the database along with all its objects.

Related concepts

Drop

Database: Drop — Structure map

Clickable & Draggable!

Database: Drop — Related pages: