Before moving ahead, let’s take a tour of SQL Create Database.
Table of Contents
SQL Drop Database Statement
Use DROP DATABASE to delete the database from the records.
Syntax
DROP DATABASE data_base_name;
Example: Use “DROP DATABASE” to delete a database.
DROP DATABASE my_first_database;
Note: If you delete the database, all files will be deleted permanently.
If you find anything incorrect in the above-discussed topic and have further questions, please comment below.
Connect on: