Say I had the two tables below, how do I find all questions with no (0) answers?
question
---------
id
content
and
answer
------
id
question_id
content
ie, question 1->* answers
— Edit —
To add to my question, how would I retrieve count of answers for each question?
answer to edited question: