Contrainte Unique
en construction
Définition
XXXXXXXXX
Français
XXXXXXXXX
Anglais
Unique Constraint
A unique constraint refers to a type of column restriction within a table, which dictates that all values in that column must be unique though may be null. To ensure that a column is UNIQUE and cannot contain null values, the column must be specified as NOT NULL. Interestingly, these are a primary key’s two main attributes. Defining both attributes in a newly-created column should be given serious consideration for the primary key designation.
Contributeurs: Claire Gorjux, wiki