96) For a binary one-to-one relationship between two entities A and B, the relationship is
represented by:
A) adding the primary key of A as a foreign key of B.
B) adding the primary key of C as a foreign key of D.
C) combining the two entities into one relation.
D) creating a third relation to represent the relationship between the two entities.
E) deleting the primary keys.
Classification: Concept
97) Another name for a unary relationship is a:
A) recursive relationship
B) composite relationship
C) recovering relationship.
D) partial relationship
E) transitive relationship
Classification: Concept
98) For a binary many-to-many relationship existing between entity types A and B:
A) a separate relation C is created; the primary key of relation C is a composite key consisting of
the primary key for each of the two entities in the relationship.
B) the primary keys of relation A and relation B become foreign keys in a new relation C.
C) secondary keys are used to establish the relationship.
D) place the primary key of either entity in the relation for the other entity or do this for both
entities.
E) Entity A and B are merged into one.
Classification: Concept
22