unique key
The set of columns (one or more) comprising a unique index. When you can define a WHERE
condition that matches exactly one row, and the query can use an associated unique index, the lookup and error handling can be performed very efficiently.
See also cardinality.
See also unique constraint.
See also unique index.