Alternatives
Products that do what SQLBook does
Practice SQL on real databases without installation
- 1

- 2IW
2022 · sqlfordevs.com
- 3

- 4

- 5

- 6

- 7

- 8

- 9
- 10P0
Hi everyone — thanks for your interest in PRQL — let us know any questions or feedback! We're excited to be releasing 0.2[1], the first version of PRQL you can use in your own projects. It wouldn't exist without the feedback we got from HackerNews when we originally posted the proposal. [1]: https://github.com/prql/prql/releases/tag/0.2.0
2022 · github.com
- 11ST
2018 · app.bytescout.com
- 12

Learn secret SQL features to become a database wizard
2022
- 13

- 14

- 15

- 16

- 17GI
2016 · github.com
- 18

- 19

- 20

- 21

- 22

I wanted to brush up my SQL skills and was looking for an online course that included a live DB. Most PostgreSQL courses require you to create an account or pay. This is probably because they have to bear the costs of running a full server-side database. So I created learnpg.xyz, a collection of PostgreSQL SQL exercises that run client side. Sharing here because it might be of use to people!
Jul 2026 · learnpg.xyz
- 23

- 24DT
I built DDL to Data after repeatedly pushing back on "just use production data and mask it" requests. Teams needed populated databases for testing, but pulling prod meant security reviews, PII scrubbing, and DevOps tickets. Hand-written seed scripts were the alternative slow, fragile, and out of sync the moment schemas changed. Paste your CREATE TABLE statements, get realistic test data back. It parses your schema, preserves foreign key relationships, and generates data that looks real, emails look like emails, timestamps are reasonable, uniqueness constraints are honored. No setup, no…
Jan 2026
Ranked by how close each launch is in meaning, then by votes. Refine with a description →