Multiple choice technology databases

A recursive relationship is a relationship between an entity and ________ .

  1. itself

  2. a subtype entity

  3. an archetype entity

  4. an instance entity

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

A recursive relationship occurs when an entity is related to itself, such as an employee who manages other employees (both are the same Employee entity type). This is also called a self-referencing relationship. The relationship connects instances of the same entity type to each other, forming hierarchies or networks within a single entity.