Use the Check Constraints page of the Alter Table notebook to add check
constraints to your table. A check constraint sets restrictions on data
added to the table. Check constraints are enforced when rows in the
table are inserted or updated.
You can define a check constraint that references a single column by
specifying that column in the Check condition box.
You can add, change, or remove new check constraints for your table.
Fields and controls
Authorities and privileges

To add new check constraints:
- Open the Alter Table notebook.
- Click on the Check Constraints tab.
- Click on Add. The Add Check Constraint window
opens.
- In the Check condition box, specify the
check condition for the constraint that you're defining.
- Optional: In the Constraint name
field, type a name for the check constraint.
- Optional: In the Comment field,
type a comment to document the new check constraint.
- Click on Apply to add the new check constraint.
- Repeat steps 4 through 7 to add another check constraint.
- Click on Cancel to close the Add Check Constraint
window.
- If you do not want to make any additional changes to the table, click on
OK to alter your table and close the Alter Table notebook.
Otherwise, continue on to one or more of the optional tasks.

Related information