Previous Topic: Add a New Relationship in a Physical ModelNext Topic: Specify Physical Properties for a Relationship


Recursive Relationships

A recursive relationship is a non-identifying relationship between two entities or tables that represents the fact that one company can own another company. In this type of relationship, the parent entity or table and the child entity or table are the same. You can create these two types of recursive relationships:

In network recursion, an entity or table has a many-to-many relationship with itself. When a many-to-many network recursion problem exists, you can clarify the situation by creating an intermediate entity or table and converting the many-to-many relationship into two one-to-many relationships. In both types of recursive relationships, you must assign rolenames to migrating foreign keys to capture the meaning of the recursive relationship.

A recursive relationship must be a non-identifying relationship for these reasons:

More information:

Attribute Rolenames