Initializing SQL database...
Back to Questions
Subquery - Above Average #8
hardFind records where value is above the average. Complex subqueries with multiple levels of nesting, EXISTS/NOT EXISTS, or subqueries in different clauses (SELECT, FROM, WHERE). Break down the problem step by step.
Practice with:
Database Schema
records
Record information
idnamevalue
Expected Output
Click "Show" to see what the correct output should look like.Tip: Try solving it yourself first for better learning!
SQL Editor
Loading...
Press Ctrl+Enter to run query • Start typing for autocomplete