Your application database includes Person and OfficeAssignment tables. You need to add an entity named Instructor to an application Entity Data Model. The Instructor entity must include properties loaded from columns in both tables.

Which type of mapping should you use?

 Posted by Rajkatie on 8/26/2012 | Category: ADO.NET Interview questions | Views: 4277 | Points: 40
Select from following answers:
  1. Use Entity Splitting to map Instructor to both tables
  2. Define a Table-per-Concrete Inheritance relationship.
  3. Define a Table-per-Hierarchy Inheritance relationship.
  4. Define a Table-per-Type Inheritance relationship.
  5. All Above

Show Correct Answer


Source: MeasureUp | | Alert Moderator 

Comments or Responses

Login to post response