« Contrainte Unique » : différence entre les versions
(Page créée avec « ==en construction== == Définition == XXXXXXXXX == Français == ''' XXXXXXXXX ''' == Anglais == ''' Unique Constraint''' A unique constraint refers to a type of column... ») |
m (ClaireGorjux a déplacé la page Unique Constraint vers Contrainte Unique) |
(Aucune différence)
|
Version du 22 novembre 2021 à 10:03
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