Chapter 7 Logical Database Design
7-3
8. Converting a one-to-one unary relationship into a relational database from an E-R
diagram ____.
a. can be done by adding another copy of the unique identifier of the single entity’s
table into the same table with a different attribute name
b. can be done by splitting the attributes of the single entity into two tables, each
with its own copy of the unique identifier
c. requires the creation of an additional table beyond the one that represents the
single entity in the relationship
d. a & b above
e. a & c above
9. Converting a one-to-many unary relationship into a relational database from an E–R
diagram ____.
a. can be done by adding another copy of the unique identifier of the single entity’s
table into the same table with a different attribute name
b. can be done by splitting the attributes of the single entity into two tables, each
with its own copy of the unique identifier
c. requires the creation of an additional table beyond the one that represents the
single entity in the relationship
d. a & b above
e. a & c above
10. Converting a many-to-many unary relationship into a relational database from an E-R
diagram ____.
a. can be done by adding another copy of the unique identifier of the single entity’s
table into the same table with a different attribute name
b. can be done by splitting the attributes of the single entity into two tables, each
with its own copy of the unique identifier
c. requires the creation of an additional table beyond the one that represents the
single entity in the relationship
d. a & b above
e. a & c above