Multiple choice What is a Primary Key? Unique Column Unique Row A row than can be duplicated A Column that can be duplicated Reveal answer Fill a bubble to check yourself A Correct answer Explanation A primary key is a column (or set of columns) in a database table that uniquely identifies each record. It must contain unique values and cannot contain null values.