Solved

Consider an Association Between a Pet Owners Class and a Pets

Question 34

Multiple Choice

Consider an association between a Pet Owners class and a Pets class in a Unified Modeling Language (UML) Class diagram.The multiplicities next to the Pet Owners class are 1..1 and the multiplicities next to the Pets class are 1..*.Which of the following is the best way to implement that association in your database?


A) Post the primary key of Pet Owners as a foreign key in the Pets.
B) Post the primary key of Pets as a foreign key in Pet Owners.
C) Create a linking table.
D) None of the above.

Correct Answer:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions