FREQUENTLY ASKED QUESTIONS

If your question isn't here, the contact form reaches a real person.

Do I need to already know SQL?

No, but it helps. Case 1 starts with basic SELECT/WHERE and ramps up gradually. If you're new to SQL entirely, the Field Manual (inside the game, top bar) is a syntax reference you can check any time at no cost — no hint penalty for using it.

Is this actually running real SQL, or is it faked for the story?

It's real. Every query executes against an actual embedded SQLite database on the server. Typos produce genuine SQLite error messages — nothing about the query execution itself is scripted or simulated.

Can I break something by running a bad query?

Not permanently. Each case gives you your own private, disposable copy of that case's database. If a case allows write statements (UPDATE/INSERT/DELETE) and something goes wrong — like forgetting a WHERE clause — hit RESET DATABASE to restore the original data instantly, without losing your progress on hints or objectives.

What's the difference between the two seasons?

Cases 1–10 are investigation-only (read access, SELECT/WITH queries). Cases 11–20 are write-enabled — you actually repair corrupted data using UPDATE, INSERT, and DELETE. The game always tells you which kind of case you're in.

Can I look up the answer by checking the page source?

No — that's a deliberate design constraint. Case data, hints, and answer keys live entirely on the server and are never sent to the browser as-is. The client only ever receives what a legitimate query would return.

How do hints work?

Three tiers per case, revealed one at a time. You can freely navigate back to a hint you've already unlocked, but you can't skip ahead to a later one without unlocking the ones before it.

Is my email visible to other players?

No. Your nickname is the only thing shown on the leaderboard or to other players. Email is used only for login and password reset.

Can other players see how I solved a case?

Only if you've both solved that specific case already. Query history is private by default; comparing solving paths unlocks mutually, after the fact — it's meant for comparing notes, not looking up answers.

Is this free?

Yes. No ads, no paid tiers, no account limits.

I found a bug, or have an idea for a case. Where do I send it?

The contact form — every message is read.