Concept Flow - UNIQUE constraint
Start Table Creation
Define Columns
Apply UNIQUE Constraint
Insert Data
Check New Value Against Existing Values
Reject Insert
Continue
When you add a UNIQUE constraint to a column, the database checks every new value to make sure it doesn't already exist in that column. If it does, the insert is rejected.