To delete an entire table, use the following syntax:
DROP TABLE <table name>;
For example, to delete the “students” table:
DROP TABLE students;