Question:

Consider the following statements relating to database:
A. Composite primary key is used to represent the relationship between two relations.
B. A foreign key is used to represent the relationship between two relations.
C. The tuples within a relation must be distinct.
Choose the correct answer from the options given below:

Show Hint

Composite keys identify records, foreign keys connect tables, and tuples must always be unique.
Updated On: Apr 28, 2025
  • B and C are false
  • A and B are false
  • B and C are true
  • A and C are true
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

- Statement A is false: Composite primary keys uniquely identify a row within a relation, not necessarily define relationships between relations. - Statement B is true: Foreign keys are used to establish relationships between tables. - Statement C is true: Tuples (rows) in a relational table must be unique.
Was this answer helpful?
0
0