InterviewSolution
Saved Bookmarks
| 1. |
Which of the following is not an inheritance mapping strategies?(a) Table per hierarchy(b) Table per concrete class(c) Table per subclass(d) Table per class |
|
Answer» The correct option is (d) Table per class For explanation: Table per class is not an inheritance mapping strategies. |
|