SELECT a.company from CA as a, CA as b where a.company = b.company and a.answer = 'group_a' and b.answer = 'product_class_c';