Drop Foreign Key Constraint
Remove a foreign key constraint from an existing table so that a relationship to another table is no longer enforced by the database.
Example

For more information see page 213 of Database Refactoring
Remove a foreign key constraint from an existing table so that a relationship to another table is no longer enforced by the database.
For more information see page 213 of Database Refactoring