I have a situation where the key of two tables will map to one row of a third table.
For example, let's say that each combination of classroom and topic will map to one teacher.
How can I represent that any tuplet (classroom, topic) is a one to one relationship with a teacher ?