Skip to content
SQLSimplified
easyschoolwhereorder-by

Students in Grades 10 and 11

Problem

Write a query that returns the name and grade_level of every student whose grade_level is 10 or 11, ordered alphabetically by name.

Try It

Loading playground environment...

Hint

Solution

Next Problem