C
CrumpetHead
I have three tables, joined as follows;
A 1-------m B m------1 C
I need to return records in A, which do not contain a specific record in C.
Each record in A for which this is true should only be returned once.
A real world example might be STUDENT 1-----m ENROLMENT m----1 SUBJECT
What students are not enrolled in music?
Any help would be appreciated.
Regards,
Paul
A 1-------m B m------1 C
I need to return records in A, which do not contain a specific record in C.
Each record in A for which this is true should only be returned once.
A real world example might be STUDENT 1-----m ENROLMENT m----1 SUBJECT
What students are not enrolled in music?
Any help would be appreciated.
Regards,
Paul