Multiple choice technology databases

How many Primary Key can be set for an table

  1. 10

  2. 1

  3. 2

  4. Infinite

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

A relational database table can have only one primary key, which uniquely identifies each record, though that primary key can consist of multiple columns as a composite key.