I've got three tables: Users, Classes, Registration. The Registrations table is my join table between Users and Classes. The fields are pretty simple.
Users: UserID
Registration: RegistrationID, UserID, ClassID
Classes: ClassID
I need to identify which users have not registered for which...