Free, open to everyone, no login needed

MySQL decision trees.

Twelve animated maps that cover the choices behind every SQL topic. Watch each route light up, or tap any card to jump straight to it.

Shape a simple read from one table

the tour walks every route, or tap any card
route 1 of 5
a few named onesgenuinely all of themduplicates removedsorted, maybe cappedonly rows matching a conditiona tidier outputtrim the columnstrim or tidy the rows

SELECT named columns

Naming columns keeps the result small and the query honest about what it uses.

SELECT id, name, email
FROM users;

Want the skills behind the maps?

Schema School teaches you SQL with the same visual approach. Animated lessons, graded exercises, and a live database in your browser. Start free and run your first query in about a minute.