DROP TABLE statement is used to remove/drop table from database.

SYNTAX

Drop table table_name

EXAMPLE

DROP TABLE Student;