What’s the difference between a primary key and unique identifier?
A unique identifier uniquely identifies each row in the table containing data while a primary key can only contain blanks, numbers, or a combination of both. Unique identifiers must not be nullable and cannot allow duplicate values.