Hi
A simple one I'm sure.
How do I select all records from one table that do not have a FK in another.
EG
Table_Class
ClassID
ClassName
TeacherID
Table_Teacher
TeacherID
Name
I want to see a list of Teachers who are not assigned to a Class.
Thanks in advance
A simple one I'm sure.
How do I select all records from one table that do not have a FK in another.
EG
Table_Class
ClassID
ClassName
TeacherID
Table_Teacher
TeacherID
Name
I want to see a list of Teachers who are not assigned to a Class.
Thanks in advance