Scenario: A company is designing an ERD for its HR system. They identify a scenario where an employee may have multiple dependents, but a dependent can only belong to one employee. What type of relationship does this represent in the ERD?
- Many-to-Many
- None of the above
- One-to-Many
- One-to-One
This scenario illustrates a One-to-Many relationship in the ERD. It implies that one employee can have multiple dependents, but each dependent can only be associated with one employee.
Loading...
Related Quiz
- How does DB2 handle simultaneous access to data by multiple transactions?
- DB2 installation options include ________ installation.
- How does the DEFERRABLE constraint affect the timing of constraint checking in DB2?
- DB2 manages encryption keys for encrypted data through ________.
- Scenario: A DBA needs to quickly inspect database performance metrics and make adjustments based on real-time data. Which tool would be more suitable for this task: Control Center or Command Line Tools?