CHECK Constraints

CHECK constraints specify data values that are acceptable in one or more columns. You can also apply multiple CHECK constraints to a single column. When a table is dropped, all CHECK constraints are also dropped.

When you apply a constraint, it is automatically bound to the specified column. CHECK constraints can coexist with a rule on a column.

    To create a CHECK constraint

Or