Microsoft Dynamics 365 Customization and Configuration (legacy) — Question 19
You plan to create a country entity that contains one record for each country in the world.
You need to track which countries a contact visited. No additional data will be tracked.
Which type of relationship should you create?
Answer options
- A. a many-to-many (N:N) relationship from the contact to the country
- B. a one-to-many (1:N) relationship from the country to the contact
- C. a many-to-many (N:N) relationship from the contact to the country that has a relationship behavior type of Parental
- D. a one-to-many (1:N) relationship from the contact to the country
Correct answer: D
Explanation
The correct answer is D, as a one-to-many (1:N) relationship from the contact to the country allows for a single contact to be associated with multiple countries. Options A and C are incorrect because a many-to-many relationship is not necessary when only tracking the countries a contact has visited, and option B reverses the direction of the relationship, making it less suitable for this scenario.