Code has been added to clipboard!

Dropping SQL FOREIGN KEY in Oracle and MS Access

Example
ALTER TABLE Orders
DROP CONSTRAINT FK_DeveloperOrder;