0

there is a command to delete the table itself?

21st Aug 2016, 1:52 PM
Emad Al Hawary
Emad Al Hawary - avatar
3 Answers
+ 7
DROP TABLE table_name
21st Aug 2016, 3:02 PM
Tiger
Tiger - avatar
+ 1
Drop the table, ie. Use drop command..
3rd Sep 2016, 11:23 AM
Vishal Pawar
0
--To ensure foreign key restraints don't get in the way of executing: SET foreign_key_checks = 0; DROP TABLE IF EXISTS tablename; SET foreign_key_checks = 1;
22nd Oct 2016, 8:38 AM
Stephen