Data Dungeon
← The Fractured Loom

Chamber 66 · Loom Gallery

Tangled Join

CTE + wing filter

WITHINNER JOIN+440 XP
Locked

Clear the previous chamber to unlock this one. You can still preview the briefing.

Briefing

North-wing weavers only — name them in WITH, then join their threads in the gallery tangle.

Objective

Return weaver name and tension via WITH north AS (weavers where wing = 'North') joined to threads.

Hint

WITH north AS (SELECT id, name WHERE wing = 'North'), JOIN threads.

Chamber schema

weavers3 cols

Weavers by gallery wing

idnamewing
threads3 cols

Threads per weaver

idweaver_idtension
chamber_66.sql

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

Warden

I am the Warden. Ask for a hint, paste a failing query, or request a review — I won't hand you the full answer.