1 2 3 4 5 6 7 8
SELECT * FROM ( VALUES ('a', 1), ('b', 1), ('b', 3), ('c', 1) ) AS answers(question, choice);