Multiple choice What is required of a primary key? (Select all that apply) Unique Value Integer Data Type Not Null 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.