IIBA Certification in Business Data Analytics (IIBA - CBDA) CBDA Question # 4 Topic 1 Discussion
CBDA Exam Topic 1 Question 4 Discussion:
Question #: 4
Topic #: 1
What is the relationship between a Customer entity and an Order entity, where a customer entry will be present in the Customer entity regardless of whether an order was made?
A zero-to-many relationship between two entities means that one instance of the first entity can be associated with zero or more instances of the second entity, and one instance of the second entity can be associated with only one instance of the first entity1. In this case, a customer entry will be present in the Customer entity regardless of whether an order was made, which means that a customer can have zero or more orders, but an order can only belong to one customer. Therefore, the relationship between Customer and Order is zero-to-many.
References:1: Entity Relationship Diagram (ERD) Tutorial - Part 1
Contribute your Thoughts:
Chosen Answer:
This is a voting comment (?). You can switch to a simple comment. It is better to Upvote an existing comment if you don't have anything to add.
Submit