The UNIQUE
Constraint
The UNIQUE
constraint defines the requirement of content uniqueness for the values in a key throughout the table.A table can contain any number of unique key constraints.
As with the primary key, the unique constraint can be multi-column.If so, it must be specified as a table-level constraint.