Which type of relationship in an ERD allows an entity to be related to itself?
- Many-to-Many
- One-to-One
- Recursive
- Weak
A recursive relationship in an ERD allows an entity to be related to itself. This scenario often occurs when an entity has a relationship with instances of the same entity type. It is useful in modeling hierarchical structures and network relationships.
Loading...
Related Quiz
- What is the primary function of a fact table in a data warehouse?
- _______ is the process of summarizing data to provide insights into trends or patterns.
- What is the difference between horizontal and vertical data partitioning?
- What does "Forward Engineering" refer to in the context of database design?
- The _______ statement in SQL is used to retrieve data from a database.