UNIQUE CONSTRAINT
A UNIQUE constraint is a database concept used to ensure that values in a particular column within a table are unique across all the rows in that table.
- In a table, it is not allowed to have two rows with the same value in a specific column.
- We can assign a unique constraint to each column of a table.