When you create a table (subTable) which enherits from an other table (superTable), what are the actual relationship
betweentheese tables.
Is there a foreign key in the subTable, or does the subTable just have the same columns as the superTable plus some
extra?
I am askin because I would like to illustrate the tables in a ER-diagram.
Regards Peter.