Skip to content
Home ยป DROP COMMAND

DROP COMMAND

The DROP TABLE statement is used to drop an existing table in a database.
Syntax:-
DROP TABLE table_name;

It can also be used on Databases, to delete the complete database