over 9 years ago
DROP Statement:
With the help of drop statement we can easily delete a table or a database and it is a DML(Data Manipulation Language) command.
Syntax to drop a table:
Example:
It will delete Employee table from the database.
Syntax to drop a database:
Example
It will delete Student database.
0 Comment(s)