Example of Many Parent Instances to One Child Instance

The following example shows a relationship of one child record type to one parent record type. In this case, there are multiple parent record instances for one child record instance. The specific hotel room, the parent record, has multiple booking reservations, the child records, for that room.

In this example, Child record 3 (Reservation#3) associates with two parent records.

Many parent instances to one child instance diagram.

Hotel Rooms 15 and 20 are both instances of the Hotel Room custom record type.

Child record instances are of the custom record type Booking Reservation, where:

Related Topics

General Notices