nerdexam
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

70-516 question #74 exhibit

Options

  • A<EntityType Name="CustomerAddress">
  • B<EntityType Name="CustomerAddress">
  • C<EntityType Name="CustomerAddress">
  • D<EntityType Name="CustomerAddress">

How the community answered

(38 responses)
  • A
    16% (6)
  • B
    3% (1)
  • C
    5% (2)
  • D
    76% (29)

Community Discussion

No community discussion yet for this question.

Full 70-516 Practice