A _______ relationship is one where an entity can be related to itself through a recursive association.
- Hierarchical
- Many-to-Many
- Recursive
- Unary
A recursive relationship is one where an entity can be related to itself through a recursive association. This type of relationship is common in scenarios where an entity has a hierarchical or tree-like structure.
Loading...
Related Quiz
- What is the purpose of ER diagram tools such as Lucidchart and Draw.io?
- A transportation company wants to analyze its freight data. It has a fact table containing shipment weights, distances traveled, and delivery dates. How would you ensure that the fact table is appropriately linked to dimension tables representing locations, products, and time periods?
- How does data partitioning contribute to database performance?
- How do document-based databases handle complex queries compared to relational databases?
- An index that contains a subset of the columns of a table and includes only the columns frequently used in queries is known as a _______ index.