SQL - Aggregate Functions
Given a table
Scores with columns student_id, subject, and score, how to find the average score for each student only for subjects where score is above 50?