Chamber 60 · Cardinal Void
Section BossNull Cardinal
Close the Null Cathedral
The Lockward seal waits. Five floors of queries stand behind you — one wrong result set and the gate stays shut.
Clear the previous chamber to unlock this one. You can still preview the briefing.
Briefing
Final rite: clergy who attended mass (EXISTS), with known ordination, on open chapels — rank by tithe with NULL as zero.
Objective
Return clergy name, chapel name as chapel, and RANK() OVER (ORDER BY COALESCE(tithe, 0) DESC) as standing for clergy with ordination IS NOT NULL who EXISTS in attendance, on chapels where sealed = 0, ordered by standing.
Hint
Join chapels, EXISTS attendance, ordination IS NOT NULL, sealed = 0, COALESCE tithe in RANK(), ORDER BY standing.
Chamber schema
clergy5 colsClergy candidates for the cardinal rite
chapels3 colsChapels and seal state
attendance3 colsMass attendance proof
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.