...
Database-Management-System
August 29, 2024
Database-Management-System
August 29, 2024
Database-Management-System
August 29, 2024
Database-Management-System
August 29, 2024

Database-Management-System

Question 789
The primary key of any table is selected from the:
A
Composite keys
B
Foreign keys
C
Candidate keys
D
Alternate keys
Question 789 Explanation: 
→ In the relational model of databases, a primary key is a specific choice of a minimal set of attributes (columns) that uniquely specify a tuple (row) in a relation (table).
→ Informally, a primary key is “which attributes identify a record”, and in simple cases are simply a single attribute: a unique id.

→ More formally, a primary key is a choice of candidate key (a minimal superkey); any other candidate key is an alternate key.
Correct Answer: C
Question 789 Explanation: 
→ In the relational model of databases, a primary key is a specific choice of a minimal set of attributes (columns) that uniquely specify a tuple (row) in a relation (table).
→ Informally, a primary key is “which attributes identify a record”, and in simple cases are simply a single attribute: a unique id.

→ More formally, a primary key is a choice of candidate key (a minimal superkey); any other candidate key is an alternate key.

Leave a Reply

Your email address will not be published. Required fields are marked *