Scenario: A database designer is creating an ERD for a banking system. They encounter a scenario where a customer may have multiple accounts, but an account can only belong to one customer. 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 represents a One-to-Many relationship in the ERD. In a One-to-Many relationship, one entity instance can be associated with multiple instances of another entity, but each instance of the second entity can only be associated with one instance of the first entity. In this case, one customer can have multiple accounts, but each account can only belong to one customer.
Loading...
Related Quiz
- Which type of constraint in DB2 ensures data integrity by enforcing uniqueness?
- What are the considerations for choosing between XML and JSON in DB2?
- Scenario: A DBA is optimizing a query in DB2 that involves multiple joins and subqueries. The query performance is slow. What strategies can the DBA employ to improve the query performance?
- Which aggregation function in DB2 is used to find the highest value in a column?
- Scenario: A DBA is optimizing database performance in DB2 and considers using user-defined functions. How can UDFs contribute to performance tuning efforts?