Microsoft
MB2-712 · Question #13
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…
The correct answer is D. a one-to-many (1:N) relationship from the contact to the country. One contact may visit any number (N) of countries.
Manage Relationships
Question
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?
Options
- Aa many-to-many (N:N) relationship from the contact to the country
- Ba one-to-many (1:N) relationship from the country to the contact
- Ca many-to-many (N:N) relationship from the contact to the country that has a relationship behavior
- Da one-to-many (1:N) relationship from the contact to the country
How the community answered
(21 responses)- B10% (2)
- C5% (1)
- D86% (18)
Explanation
One contact may visit any number (N) of countries.
Topics
#relationship types#one-to-many#many-to-many#entity relationships
Community Discussion
No community discussion yet for this question.