Assume you have the following C# code snippet. var selectedQuestions = from q in context.Questions where q.QuestionNumber > 30 orderby q.QuestionId descending select q; Which of the following URI queries is the equivalent?