Question :
A compound key -
Option 1: Is made up a several pieces of information
Option 2: Uniquely identifies an item in a list
Option 3: Both (1) and (2)
Option 4: Is a combination of each unique key
Correct Answer: Both (1) and (2)
Solution : The primary keys from two or more different tables are combined to form compound keys. Both of these keys uniquely identify data in their respective tables, but in the table utilising the compound key, both are required to do so.
Hence the correct answer is option 3.