Which of the following inheritance strategy maps all of an entity's subclasses to the same table in the database?

32. Which of the following inheritance strategy maps all of an entity's subclasses to the same table in the database?

  1. Table per class strategy
  2. Joined table strategy
  3. Single table strategy

Answer: C) Single table strategy

Explanation:

Single table Strategy maps all of an entity's subclasses to the same table in the database.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.