» SQL Introduction
» What is SQL?
» What is RDBMS?
» Syntax In SQL
» Data Type In SQL
» Operators In SQL
» Truncate
» Table
» Table Variable
» Create Table
» Copy Table
» Alter Table
» Drop Table
» Commands In SQL
» Create Statement
» Select Statement
» Delete Statement
» Drop Database
» WHERE Clause
» AND Clause
» OR Clause
» WITH Clause
» Primary Key
» Foreign Key
» Unique Key
»Null Value
» Not Null Value
» Joins
» Inner
» Full
» Left
» Right
» Order By
The DROP database is used to delete or remove the data from a table in the database.
DROP DATABASE database_name;
DROP DATABASE salaryDB;