Code has been added to clipboard!

Dropping SQL FOREIGN KEY in MySQL

Example
ALTER TABLE Orders
DROP FOREIGN KEY FK_DeveloperOrder;