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

Verified
Correct Answer:
Verified
Q35: Which of the following is not one
Q36: Which of the following UML class diagrams
Q37: When implementing the database from a UML
Q38: Which of the following best represents a
Q39: In Unified Modeling Language (UML)the options for
Q41: When implementing the database from a UML
Q42: An aggregation relationship is a form of
Q43: What is the best description of the
Q44: Which of the following is not a
Q45: Which of the following best describes the