SQL code challenges fall from the top of the screen. Type the missing SQL syntax before they reach the bottom to destroy them and survive!
Auto-Targeting: The game automatically targets the challenge closest to the bottom. A pink laser pointer shows which one you're solving.
Type the Answer: Look at the challenge and type only the missing SQL code (the __ blank). Your input appears at the bottom of the screen.
Flexible Answers: For most challenges, any valid SQL value works! Type any integer, any valid identifier, any operator, etc.
__ * FROM usersSELECTSELECT * FROM users __ age > 18WHERESELECT * FROM users __ JOIN orders ON users.id = user_idINNER, LEFT, RIGHTGROUP BY department __ COUNT(*) > 5HAVINGWHERE name __ "%John%"LIKECombos: Solve challenges in a row without mistakes to build combos. Higher combos = more points!
SPM: Solutions Per Minute measures your solving speed.
Powerups: Destroyed challenges may drop powerups like Shield, Slow Time, 2x Score, Bomb, Heal, and Freeze.
Every 5 waves, a boss challenge appears with 3 HP. You must solve it three times to destroy it. Each correct answer deals 1 damage.
Easy: SELECT, WHERE, ORDER BY, INSERT like SELECT, FROM, WHERE
Normal: JOINs, GROUP BY, HAVING, subqueries like INNER JOIN, GROUP BY, HAVING
Hard: Window functions, CTEs, UNION, indexes like ROW_NUMBER, WITH, OVER
Insane: Recursive CTEs, triggers, stored procs, pivots like WITH RECURSIVE, FUNCTION, TRIGGER
• Type faster to build higher combos
• Focus on the challenge closest to the bottom (auto-targeted)
• Use powerups strategically to survive longer
• Any valid SQL syntax works — be creative!
• Pink laser shows which challenge you're solving
• Backspace clears your current input
How would you like to enter answers?
Built-in on-screen keyboard
Your phone's default keyboard
You can change this later in Settings