Viewing 5 posts - 1 through 5 (of 5 total)
That works - Thanks!!!
September 29, 2009 at 7:45 am
The supertype table Persons has several "child" tables containing information (e.g., contact information) that applies to all "persons" -- both employees and non-employees.
However, subtype table Employees has several...
January 23, 2009 at 6:36 am
Thanks....I think this is basically what I ended up with --- A table "Activities" (which contains ActivityID, ActivityDate, Author, Comments, etc). There are 2 child tables --- OrderActivities and...
December 22, 2008 at 6:02 pm
Also, there MAY be a need to examine ALL activities (i.e, including all orders, invoices, etc.). We may add a few more columns to the Activities table(s) --- "ActionsRequired"...
December 21, 2008 at 8:18 am
I considered creating multiple activity tables, but a database with 10+ virtually identical tables (except for a FK to the parent table) just doesn't seem to be normalized.
December 21, 2008 at 8:13 am
Viewing 5 posts - 1 through 5 (of 5 total)