Live data from Hacker News

Show HN: SQL Noir – Learn SQL by solving crimes

sqlnoir.com

31–40 of 90 posts

Re: Show HN: SQL Noir – Learn SQL by solving crimes

#32

I solved all of them. Minor nitpick: Since every criminal confesses to their crime, the fastest way to solve most of these is to query the confessions table for strings like '%i did%' or '%kill%'.

That's how I solved #3, still trying to reverse-engineer the correct solution.

Re: Show HN: SQL Noir – Learn SQL by solving crimes

#33
post #7

This gives me a childhood flashback to a show called MathNet, an educational police procedural (a la Dragnet) where both investigators have holstered calculators. https://en.m.wikipedia.org/wiki/Mathnet

I cannot even tell you how many glorious memories this brings up! Thanks for a walk down memory lane.

Re: Show HN: SQL Noir – Learn SQL by solving crimes

#36

I'm on mobile, so maybe I'm missing something, but I don't understand how youbare even supposed to get started without knowing SQL. If this is supposed to teach SQL then there needs to be some tutorial to guide the way.

Agreed, but there is a suggested query to get you started at each step.
Post reply on HN