Chamber 46 · Apex Seal
Section BossIndex Archon
Close the Index Spire
The Index Archon waits at the apex. One wrong result set and the tower indexes collapse.
Clear the previous chamber to unlock this one. You can still preview the briefing.
Briefing
Final seal: unsealed floors only, scores above the tower average, RANK() over the survivors — window, join, and subquery as one.
Objective
Return climber name, floor name as floor_name, score, and RANK() OVER (ORDER BY score DESC) as place for climbers on floors where sealed = 0 and score > (SELECT AVG(score) FROM climbers), ordered by place.
Hint
Join floors, filter sealed = 0 and score > AVG subquery, RANK(), ORDER BY place.
Chamber schema
climbers4 colsApex climbers and scores
floors3 colsSpire floors and seal state
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.