77) In many-to-many relationships in a relational database design, ________.
A) the key of the child is placed as a foreign key into the parent
B) the key of the parent is placed as a foreign key into the child
C) the keys of both tables are placed in a third table
D) the keys of both entity tables are placed in each other
78) In many-to-many relationships between strong entities in a relational database design, which
of the following is not true?
A) The intersection table is ID-dependent on one of the parents
B) The intersection table is ID-dependent on both of the parents
C) The relationships from the intersection table to the parent tables are identifying relationships
D) The maximum cardinality to the intersection table is always N
79) In relational database design, ID-dependent entities are not used to ________.
A) represent N:M relationships
B) handle associative relationships
C) represent relationships where the child identifier does not include the key of the parent
D) handle archetype/instance relationships
80) When transforming an E-R data model into a relational database design, the key of the parent
entity should be placed as part of the primary key into the child entity ________.
A) when the child entity is ID-dependent
B) when the child entity is non-ID-dependent
C) when the child entity has a 1:1 relationship with the parent entity
D) when the child entity has a 1:N relationship with the parent entity