Specifies that values in the associated column must be unique.
You can use either the UNIQUE or PRIMARY KEY keywords to define
one or more columns as a unique key for a table.
You cannot specify the UNIQUE constraint for a computed column or
for a column defined with the LIST OF BYTE VARYING data type.