Select from following answers:- Modify Instructor and Student entity types to inherit from Person.

- Add a condition to the Instructor mapping details.
- Add a condition to the Student mapping details.
- All Above
The first step is to create an inheritance relationship to allow instances of both types to be referred to by using a common base class.
The second step is to add conditions to each inherited class's mapping to ensure that only appropriate rows are mapped.
Show Correct Answer
Source: MeasureUp.Com | |
Alert Moderator