The Relational Model and Normalization - Technical MCQs

Q1:

A candidate key is a determinant that determines all the other columns is a relation.

A True

B False

ANS:A - True

Candidate Key: A candidate key is a set of one or more attributes that can uniquely identify a row in a given table.

Candidate keys are identified during the design of the database.