To drop a FOREIGN KEY constraint, use the following SQL:
ALTER TABLE Orders
DROP FOREIGN KEY FK_PersonOrder;
DROP FOREIGN KEY FK_PersonOrder;
Practice Excercise Practice now
To drop a FOREIGN KEY constraint, use the following SQL:
Practice Excercise Practice now