mediumGrab · subqueryPro
Drivers rated above average
Grab wants to spotlight its best-rated drivers.
From the drivers table, return the name and rating of every driver whose rating is strictly greater than the average rating across all drivers.
Schema
▸drivers
| id | INT |
| name | TEXT |
| rating | NUMERIC(3,2) |
Pro
The example input, expected output, and walkthrough for this question unlock with a Pro plan.
Pro
This is a Pro question
Premium practice questions unlock with a Pro plan. The full solution, expected output, and grading are available to Pro members.