Several instances of one entity are connected with many instances of another entity in a ____ relationship

36. Several instances of one entity are connected with many instances of another entity in a ____ relationship.

  1. @ManyToOne Relation
  2. @OneToMany Relation
  3. @OneToOne Relation
  4. @ManyToMany Relation

Answer: D) @ManyToMany Relation

Explanation:

Several instances of one entity are connected with many instances of another entity in a many-to-many relationship.

Comments and Discussions!

Load comments ↻






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