2 Answers
New Answer-- Hope this link helps you SQL FOREIGN KEY Constraint https://www.w3schools.com/sql/sql_foreignkey.asp DROP a FOREIGN KEY Constraint To drop a FOREIGN KEY constraint, use the following SQL: MySQL: ALTER TABLE Orders DROP FOREIGN KEY FK_PersonOrder;
Zhilan Awat try this 👇👇👇 ALTER TABLE TABLE_NAME DROP CONSTRAINT FOREIGN_KEY_NAME
Sololearn Inc.
535 Mission Street, Suite 1591Send us a message