Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
A one-to-many with inheritance relation resembles the 1:M relation. However, it enables the child to see and populate all the data members of the parent.
Relation Example 5
Insert into the child of 1:M with inheritance relation in an empty database, as shown in the following command.
Insert Dog (DogName="Spot", DogBreed="Cocker Spaniel", DogOwnerName="Bob", DogOwnerAddress="Redmond")