-
|
What is a UNIQUE constraint? |
Beta Was this translation helpful? Give feedback.
Answered by
Baray44
Nov 22, 2022
Replies: 1 comment 1 reply
-
|
The UNIQUE Constraint prevents identical values in a column from appearing in two records. The UNIQUE constraint guarantees that every value in a column is unique. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
pepya4ka
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The UNIQUE Constraint prevents identical values in a column from appearing in two records. The UNIQUE constraint guarantees that every value in a column is unique.