[eluser]12vunion[/eluser]
What would be an optimal way to get objects that are missing an association?
Example: I have a question object. Each question could have many responses (associated to many response objects). I want to get all of the questions that have no responses.
This is probably a task for subqueries, but is there a faster, more optimal way of doing this?