I have a questionaire which has 30 questions, each question has a multiple choice answer and the database records this as 1,2,3, or 4
I would like an SQL Query which tells me which answer was most popular for each question so the result set should give 2 columns "Question Number" and "Most Popular Answer"
I have attatched a screenshot to show how the data is recorded in the database. If you can help me with this query that would be great!
Start Free Trial