Answers for "how do i add foreign key constraints to an existing table in mysql"

SQL
5

drop foreign key

ALTER TABLE table_name
DROP CONSTRAINT fk_name;
Posted by: Guest on June-04-2020

Code answers related to "how do i add foreign key constraints to an existing table in mysql"

Code answers related to "SQL"

Browse Popular Code Answers by Language