One-to-Many with Inheritance Relation
For the latest version of Commerce Server 2007 Help, see the Microsoft Web site.
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")