Multiple choice

Which of the following is a key constraint that is used to uniquely identify each row?

  1. PRIMARY KEY

  2. FOREIGN KEY

  3. COMPOSITE KEY

  4. ALTERNATE KEY

  5. DEFAULT

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

This option is correct as primary key constraint does not allow duplicacy of data. Hence, it uniquely identifies each row in the table.