Contrainte Unique


Révision datée du 22 novembre 2021 à 11:03 par ClaireGorjux (discussion | contributions) (ClaireGorjux a déplacé la page Unique Constraint vers 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.


Source : digitalvidya.com



Contributeurs: Claire Gorjux, wiki