I am working on a db where I have a main table with a list of all classes offered this term. I have 7 other tables consisting of classes from the main segregated by department.
My question is how do I link these (sub) tables to the main table allowing changes on either the subs or the main to change data on each other?
Any help would be appreciated.