DROP TABLE IF EXISTS tablename;
DROP TABLE name;
-- delete row from table delete from table_name where condition
DROP TABLE [ IF EXISTS ] name [, ...] [ CASCADE | RESTRICT ]