The notation (1,*) represents a _______ cardinality.
- Many-to-Many
- One-to-Many
- One-to-One
- Zero-to-Many
The notation (1,*) represents a Zero-to-Many cardinality, indicating that one entity must be present, but there can be many occurrences in the related entity. This is commonly used to represent optional relationships.
Loading...
Related Quiz
- In an Entity-Relationship Diagram, a _______ attribute is one that can be derived from other attributes.
- What is the significance of surrogate keys in Dimensional Modeling?
- Scenario: You are developing an e-commerce application where products have varying attributes and categories. Which NoSQL database type would you choose for efficient product catalog management and why?
- _______ is a technique used to improve query performance by limiting the partitions that need to be scanned.
- Scenario: A financial institution wants to analyze large volumes of transactional data, including customer accounts, transactions, and account balances. The analysis involves complex queries and aggregations. Which type of database would be the best fit for this scenario?