Multiple choice

What is a Primary Key?

  1. Unique Column

  2. Unique Row

  3. A row than can be duplicated

  4. 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.