SELECT Question.Index,MatchIndex,Qtype, QuestionText,CorrectResponse, Explanation,Response,ResponseText FROM Question LEFT OUTER JOIN Answer ON Question.Index = Answer.Index WHERE Topic IN (¹ASP¹,¹VBScript¹) ORDER BY Question.Index,Response