The SQL DROP TABLE statement is used to remove a table definition and all data, indexes, triggers, constraints, and permission specifications for that table.
Syntax: Basic syntax of DROP TABLE statement is as follows:
DROP TABLE table_name;