Drop Table « Table Index « SQL / MySQL






1.Dropping Databases
2.Drop table if exists
3.In MySQL, a single DROP TABLE statement can name several tables to be dropped simultaneously
4.Add an IF EXISTS clause to the drop table statement
5.Drop more than one table at single statement