Multiple choice

What is required of a primary key? (Select all that apply)

  1. Unique Value

  2. Integer Data Type

  3. Not Null

  4. Foreign

Reveal answer Fill a bubble to check yourself
A,C Correct answer
Explanation

A primary key uniquely identifies each record in a database table. Therefore, it must contain unique values and cannot contain NULL values. It does not have to be an integer, nor does it have to be a foreign key.