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

Verified
Post the primary key...View Answer
Unlock this answer now
Get Access to more Verified Answers free of charge
Correct Answer:
Verified
View Answer
Unlock this answer now
Get Access to more Verified Answers free of charge
Q4: In Unified Modeling Language (UML)primary keys cannot
Q18: Which of the following UML class diagrams
Q20: Which of the following is not a
Q22: Which of the following is the best
Q24: Entity-relationship diagrams (ERDs) are similar in content
Q25: Which of the following statements about foreign
Q27: A Class is a separately identifiable collection
Q33: Which of the following is not something
Q37: When implementing the database from a UML
Q41: When implementing the database from a UML