Answers for "how to drop a table with all the foreign key references in mysql"

SQL
1

drop all foreign key constraints mysql

SET foreign_key_checks = 0;
Posted by: Guest on June-26-2020

Code answers related to "how to drop a table with all the foreign key references in mysql"

Code answers related to "SQL"

Browse Popular Code Answers by Language