Use the Set Constraints window to turn off constraint checking for a table. The table cannot be a system table.
Normally, referential integrity and check constraints on a table are automatically enforced. In some situations, you might need to manually turn off constraint checking for a table.
Note: | If you turn off constraint checking for a parent table, the foreign key constraints of all of its dependent and descendent tables are put in check pending state. |
To turn off constraint checking for a table:
Related information