dequery: Deconstruct your SQL, step by step

dequery shows how a SQL query really runs. Each clause becomes a step in execution order (FROM, JOIN, WHERE, GROUP BY, HAVING, SELECT, ORDER BY, LIMIT), with the rows it received, the rows it kept, and why the others were dropped.