Multiple choice Which of the following is a key constraint that is used to uniquely identify each row? PRIMARY KEY FOREIGN KEY COMPOSITE KEY ALTERNATE KEY 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.