Constraints on Eval Table Columns

SQL Server has five constraints (NOT NULL, PRIMARY KEY, FOREIGN KEY, UNIQUE, and CHECK) available to enforce the integrity of data in a database. The Eval database uses all five of these constraints as follows:

Note  SQL Server automatically creates a UNIQUE index to enforce the uniqueness requirement of the UNIQUE constraint.