Enforcing Data Integrity

Planning and creating tables requires identifying valid values for the columns and deciding how to enforce the integrity of the data in the columns. SQL Server provides the following mechanisms to enforce the integrity of the data in a column:

See Also

Concepts