DROP TABLE [IF EXISTS] table_name;
IF EXISTS
table_name
DROP TABLE tblDROP TABLE IF EXISTS tbl
Feedback