Multiple choice

For referential integrity to hold, any field in a table that is declared a super key can contain only values from a parent table's primary key or a candidate key.

  1. True

  2. False

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

The statement is incorrect. Referential integrity involves FOREIGN KEYs referencing PRIMARY KEYs or UNIQUE constraints, not super keys. A super key is a set of columns that uniquely identifies rows within a single table, not a parent-child relationship concept. The statement confuses different database concepts.