SQL Anywhere Studio Help
Adaptive Server Anywhere Help
Introduction to property sheets
Check Constraint property sheet
The Definition tab of the Check Constraint property sheet has the following components:
This check constraint has the following definition Provides a place for you to type the check constraint. A column check constraint is used to ensure that no inappropriate values are entered into any column of the specified type, while a table check constraint ensures that no row in a table violates the constraint.
Using CHECK constraints on columns
Using CHECK constraints on tables