Skip to content
SQLSimplified
hardschoolsubqueryjoincorrelated

Students Above Course Average

Problem

Return student name, course name, and score for grades that exceed the average score of that course, ordered by course then score descending.

Try It

Loading playground environment...

Hint

Solution

Next Problem