C2070-987 · Question #67
A solution designer is designing the data model for an invoicing system. One of the item types in the system will hold customer information that includes company name, contact name, address and…
The correct answer is C. Add several attributes to the customer item type for each piece of information which will be. See the full explanation below for the reasoning.
Question
A solution designer is designing the data model for an invoicing system. One of the item types in the system will hold customer information that includes company name, contact name, address and telephone number. The requirements Tor the system state that many of these customers will have multiple contacts with different phone numbers and possibly different addresses. The system must allow users to easily add these contacts and search for them, without relying on text based searching. Which of the following is the best way to design the data model so that it permits multiple contact information to be entered for each customer and located with a simple search"?
Options
- AAdd a child component to the customer item type and place the attributes contact name, address
- BAdd a varchar attribute to the customer item type and use it to hold the contact information, making
- CAdd several attributes to the customer item type for each piece of information which will be
- DCreate another item type to hold the attributes contact name, address and telephone number and
How the community answered
(36 responses)- A8% (3)
- B14% (5)
- C75% (27)
- D3% (1)
Community Discussion
No community discussion yet for this question.