Live data from Hacker News

Ask HN: Are there any websites for SQL puzzle games?

news.ycombinator.com

1–10 of 49 posts

Ask HN: Are there any websites for SQL puzzle games?

#1
As a Python programmer, I often use Django or SQLAlchemy ORM and as a consequence, my proficiency in raw SQL remains at a basic level. However, I am keen on improving my raw SQL skills, given it's sometimes superior to ORM, and because I find SQL and relational algebra surprisingly fun to think about.

Does anyone know of websites that provide SQL puzzle games that allow users to solve problems by writing SQL and validating them? I believe this would be an engaging way to enhance my SQL skills. Your suggestions are appreciated!

Re: Ask HN: Are there any websites for SQL puzzle games?

#9
post #8

Maybe less fun than others, but actually not so bad: leetcode [0] Otherwise, in the same vein as the SQL murder mystery, you can try the Hanukkah of Data [1]. [0]: https://leetcode.com/problem-list/leetcode-curated-sql-70/ [1]: https://hanukkah.bluebird.sh

Creator of Hanukkah of Data here! We're working on another data puzzle game that we'll be announcing shortly, to be released in a couple of months. I think games like this are a great way to exercise SQL and other data skills.

Re: Ask HN: Are there any websites for SQL puzzle games?

#10
post #8

Maybe less fun than others, but actually not so bad: leetcode [0] Otherwise, in the same vein as the SQL murder mystery, you can try the Hanukkah of Data [1]. [0]: https://leetcode.com/problem-list/leetcode-curated-sql-70/ [1]: https://hanukkah.bluebird.sh

If you subscribe to the newletter here: https://hanukkah.bluebird.sh/about/ =) You'll here about our next datagame.
Post reply on HN