SELECT section_unique_id AS "section_unique_id", COUNT(*) AS "hit" FROM responses WHERE (response_no, survey_id, interview_date) IN (SELECT DISTINCT response_no, survey_id, interview_date FROM responses WHERE question_label IN ("Q2A", "Q2B", "Q2C", "Q2B", "Q2D", "Q2E", "Q2F", "Q2G", "Q2H", "Q2I", "Q5", "Q6") AND value IN (1, 8, 9))