Quote:
|
Originally Posted by OxyJen
I want to clarify my foreign keys in the teachers table;
Do I add foreign key (it would be a lookup value for SubjectsLkp) ...
|
no, there should be no foreign keys in the teacher table
there should be one foreign key in the BwSubjectsTaught table that references the teacher table, and another that references the subjects table
together these two foreign keys will comprise the composite primary key of the BwSubjectsTaught table