Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 10.0.1 » SQL Anywhere 10 - Context-Sensitive Help » SQL Anywhere Plug-in Help » Introduction to SQL Anywhere property sheets

Domain property sheet: General tab Next Page

Domain property sheet: Check Constraint tab


The Check Constraint tab of the Domain property sheet has the following components:

This domain has the following check constraint    Lets you view the check constraint that applies to the domain. This is defined when the domain is created.

For example, to check whether an employee's start date falls in a particular range, type:

CHECK ( StartDate BETWEEN '1983/06/27'
                   AND CURRENT DATE )

See Using CHECK constraints on columns.

See also