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
Refactoring Databases - Evolutionary Database Design |
Drop Foreign Key ConstraintRemove 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 |