We have a classroom table. And each classroom has many classroom users.
A classroom_user has a kind attribute, which is either teacher or student. Each classroom_user is associated with a user_id from the Users table.
What I'm looking for: I want to find all of the classrooms for a given teacher and student.