Chamber 41 · Window Gallery
Ranked Filter
Window plus subquery filter
Clear the previous chamber to unlock this one. You can still preview the briefing.
Briefing
Combine Spire windows with Lockward subqueries: rank only climbers above the tower average.
Objective
Return name, score, and RANK() OVER (ORDER BY score DESC) as place for climbers with score > (SELECT AVG(score) FROM climbers), ordered by place.
Hint
WHERE score > (SELECT AVG(score) FROM climbers), then window RANK.
Chamber schema
climbers3 colsClimbers to filter then rank
Results appear here after you run a query. Correct rows alone are not enough — the Warden must seal your loot.
Ask the Warden
AI SQL coach — hints and fail reviews, not spoilers
I am the Warden. Ask for a hint, paste a failing query, or request a review — I won't hand you the full answer.