Use the Set Constraints window to turn on constraint checking for a table and check the existing table data. 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 on constraint checking for a table.
Attention: If the selected table has a cyclical referential constraint relationship with one or more tables, you cannot use the Set Constraints window to turn on constraint checking. In this case, you must use the Command Center to issue the SQL SET CONSTRAINTS command. (For information on the syntax of the SET CONSTRAINTS command, see the SQL Reference .)
To turn on constraint checking for a table and check the existing table data:
If you do not specify an exception table, when a constraint is violated, only the first violation detected is returned to you and the table is left in the check pending state.
Related information
Troubleshooting tips