Home »
MCQs »
JPA MCQs
The ____ strategy involves creating a table for each sub entity
33. The ____ strategy involves creating a table for each sub entity.
- Table per class strategy
- Joined table strategy
- Single table strategy
Answer: A) Table per class strategy
Explanation:
The table-per-class strategy involves creating a table for each sub-entity.