Adding column-level constraint to a column

You can declare a check constraint to limit the values users insert into a column in a table. Column-level check constraints can reference only the column on which the constraint is defined; they cannot reference other columns in the table. To add a column-level constraint:

  1. Select the column.

  2. Select Properties.

  3. Select the Check Constraints tab.

  4. Select Add. Follow the instructions on the Add check constraint wizard to add a check contraint.