Answers for "how do you drop a table that is referenced by a foreign key constraint? mysql"

SQL
1

mysql remove foreign key constraint

ALTER TABLE jobs DROP FOREIGN KEY constraint_name
Posted by: Guest on August-08-2020

Code answers related to "how do you drop a table that is referenced by a foreign key constraint? mysql"

Code answers related to "SQL"

Browse Popular Code Answers by Language