Thanks for the link to the powerpoint presentation file.
It was quite useful, but I have a question related to this.
I have trouble translating an ER diagram to a DB model.
In the powerpoint presentation there is a slide with an Employee supertype with an Employee Type attribute and subtypes Employee Types themselves (Hourly, Salaried and Consultant), which is very similar to my design situation.
Suppose I wanted to somehow indicate if a Consultant is the Boss of the Hourly and/or Salaried Employee (either, none or both), how could that be designed in a database model?
I can put a relationship between them, but keep thinking that might not be the wisest solution....but I'm not sure why

(integrity issues?)
Thanks in advance for any help.