SQL Server CHECK Constraint

In SQL Server, you may create a check constraint in a table to specify the data values that are permitted in one or more columns.

Continue reading