A _______ relationship exists when an entity can be associated with another entity multiple times.
- Binary
- Recursive
- Ternary
- Unary
A Recursive relationship exists when an entity is related to itself. In this scenario, an entity can be associated with another instance of the same entity. It is also known as a self-referencing or self-recursive relationship.
Loading...
Related Quiz
- A financial institution is required to store transaction logs for regulatory compliance purposes. However, they have limited storage capacity. How can compression techniques help them manage their storage effectively while ensuring data integrity?
- _______ indexing is a technique where the index entries point directly to the corresponding data blocks.
- Which type of relationship in an ERD allows an entity to be related to itself?
- How does denormalization differ from normalization in terms of database design?
- Explain the concept of data partitioning and its relationship to clustering.