SQL - Advanced Query Patterns
Given a table
SurveyResults with columns RespondentID, Q1, Q2, Q3 where Q1, Q2, Q3 are answers, how can you transform this table to have columns RespondentID, Question, Answer using SQL?