Multiple choice technology databases

Can we have multiple primary keys in a table?

  1. True

  2. False

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

A table can have only one primary key constraint, though that primary key can consist of multiple columns (a composite key). The statement asks about multiple primary keys, which is not allowed in standard SQL - hence the answer is False.