Part of the Resources Library — SQL Engineering Handbook
Zero-setup, browser-based places to run a query in the next thirty seconds — useful for testing a syntax question mid-conversation, or for practicing without touching your own local database.
| Playground | What It Is | Best For | Free / Paid |
|---|---|---|---|
| SQLZoo | Interactive, tutorial-driven SQL practice with instant grading | Beginners who want guided exercises rather than a blank query box | Free |
| PostgreSQL Exercises | Focused practice site using a single realistic country-club schema, PostgreSQL-specific | Intermediate practice with an unfamiliar-but-realistic schema, closer to interview conditions than a tutorial | Free |
| DB Fiddle | A blank SQL sandbox supporting multiple database engines (PostgreSQL, MySQL, SQLite, SQL Server) | Quickly testing how the same query behaves across different dialects | Free |
| W3Schools Try SQL Editor | A minimal, always-available SQL sandbox alongside W3Schools’ reference pages | Fast syntax lookup with an immediate place to test it | Free |
[!NOTE] Playgrounds are for testing syntax, not for learning concepts from scratch — pair with
books.mdor the Handbook’s own modules for the “why,” and use these for the “does this actually run.”
Next: certifications.md. Back to Resources Library.