Kaç kadın 18 cevabını vermiş?

select count(*) from 
cevaplar as t1, 
(select * from cevaplar where cevap = 'kadin') as t2 
where t1.cevap = '18' and t1.katilimci_id = t2.katilimci_id
http://sqlfiddle.com/#!9/e1aae/1