SQL DROP TABLE command is used to delete a table and all data from a table.
DROP TABLE "table_name";