Community

Creating a unique constraint on a column that allows nulls

(Simon Sabin) Primary keys, unique indexes and unique constraints all enforce uniqueness. The difference between the primary key and the unique index/constraint is that the primary key does not allow any NULL values. However whilst the unique index/constraints do allow null values they only allow on

Read More - Register for Free Membership