Multiple Choice
Consider an association between a Deliveries class and a Shipping Companies class in a Unified Modeling Language (UML) Class diagram.The multiplicities next to the Deliveries class are 0..* and the multiplicities next to the Shipping Companies class are 1..1.Which of the following is the best way to implement that association in your database?
A) Post the primary key of Deliveries as a foreign key in Shipping Companies.
B) Post the primary key of Shipping Companies as a foreign key in Deliveries.
C) Create a linking table.
D) None of these choices are correct.
Correct Answer:

Verified
Correct Answer:
Verified
Q11: Which of the following would be least
Q12: The following UML class diagram should result
Q13: In Unified Modeling Language (UML)Class diagrams,Associations are
Q14: Which of the following is not a
Q15: A database should have exactly the same
Q17: Which of the following statements about foreign
Q18: Which of the following is not a
Q19: Which attribute in the following class would
Q20: Consider an association between a Cash Disbursements
Q21: In Unified Modeling Language (UML)primary keys may