Microsoft
MB2-712 · Question #5
You need to model a relationship between the account entity and the contact entity to track the advisory board members of accounts. You need to use connections to model the relationship between the…
The correct answer is D. Create a many-to many (N:N) relationship between the account and contact entities, and then use. See the full explanation below for the reasoning.
Question
You need to model a relationship between the account entity and the contact entity to track the advisory board members of accounts. You need to use connections to model the relationship between the account and contact entities. What should you do?
Options
- ACreate a one-to-many (1:N) relationship between the account and contact entities, and then use two
- BCreate a connection entity, and then use two connection roles to represent each entity in the
- CUse two connection roles to represent each side of the relationship.
- DCreate a many-to many (N:N) relationship between the account and contact entities, and then use
How the community answered
(45 responses)- A13% (6)
- B2% (1)
- C9% (4)
- D76% (34)
Community Discussion
No community discussion yet for this question.