DROP TABLE command is used to delete or permanently drop a table from SQLite database.
Syntax:DROP TABLE table_name;
Syntax:
DROP TABLE table_name;