An _______ entity is one that represents a many-to-many relationship between two other entities.
- Aggregated
- Associative
- Atomic
- Derived
An associative entity is one that represents a many-to-many relationship between two other entities. It is introduced to resolve a many-to-many relationship by breaking it down into two one-to-many relationships, connecting the original entities through the associative entity.
Loading...
Related Quiz
- The _______ of a relationship indicates the maximum number of occurrences of one entity that can be associated with each occurrence of another entity.
- What role does the replication factor play in maintaining data consistency in NoSQL databases?
- What are the potential drawbacks of using indexes in a database?
- How does a composite key differ from a single-column key in a database?
- How is a superclass represented in a Generalization and Specialization hierarchy?