Options:
- Each table can have more than one PRIMARY KEY
- The PRIMARY KEY ensures that there are no duplicate records
- A PRIMARY KEY column can contain NULL values
- The PRIMARY KEY uniquely identifies each column in a database table
-
The PRIMARY KEY must contain UNIQUE values