I'm using a MySQL database.
In which situations should I create a unique key or a primary key?
Primary Key:
NULL
- e.g. MySQL adds NOT NULL
Unique Key:
NULL
valuesNULL
; multiple rows can have NULL
values and therefore may not be considered "unique"