SQL Drop DB

The DROP DATABASE statement is used to permanently delete an existing database along with all of its tables, records, and related objects.

Tutorials dojo strip

SQL Drop DB Syntax

SQL

SQL Drop DB Example

This command will completely delete the StudentRecords database from your system, removing everything stored in it.

SQL

SQL Drop DB Visual Diagram

SQL Drop DB Labs

Tutorials dojo strip