Select from following answers:- Set the Parent class to Customer and the Child class to Order and set the Cardinality to OneToMany.

- Set the Parent class to Order and the Child class to Customer and set the Cardinality to OneToMany.
- Set the Parent class to Order and the Child class to Customer and set the Cardinality to OneToOne.
- All Above
To meet the requirements, set the Parent class to Customer and the Child class to Order and set the Cardinality to OneToMany.
Because a customer can have many orders, it is the parent, not the child.
Show Correct Answer
Source: MeasureUp.Com | |
Alert Moderator