Microsoft
70-516 · Question #74
You use Microsoft Visual Studio 2010 to create a Microsoft .NET Framework 4.0 application. You create an Entity Data Model for the database tables shown in the following diagram. You need to modify…
The correct answer is D. <EntityType Name="CustomerAddress">. See the full explanation below for the reasoning.
Question
You use Microsoft Visual Studio 2010 to create a Microsoft .NET Framework 4.0 application. You create an Entity Data Model for the database tables shown in the following diagram. You need to modify the .edmx file so that a many-to-many association can exist between the Address and Customer entities. Which storage Model section of the .edmx file should you include?
Exhibit
Options
- A<EntityType Name="CustomerAddress">
- B<EntityType Name="CustomerAddress">
- C<EntityType Name="CustomerAddress">
- D<EntityType Name="CustomerAddress">
How the community answered
(38 responses)- A16% (6)
- B3% (1)
- C5% (2)
- D76% (29)
Community Discussion
No community discussion yet for this question.
