SQL Noir
-
Solve mysteries through SQL.
-
P [email protected] shared this topic
-
Good stuff
-
If you're new to SQL there's interactive Select Star SQL tutorial. And there's another detective — SQL Murder Mystery
-
Heck yeah
-
I know what I'm doing at work today
-
Push it to the
LIMIT
-
SELECT few FROM people WHERE gets_joke = 1
-
I’m a rebel. I write all my sql in lowercase
-
I tried to hit F5 to run a query and it refreshed the page lol
-
My gosh, these are incredible. Thank you for sharing them. I cried at Select Star; that is legitimate art.
-
-
What would my
few
say? -
This seems like it was made specifically for me and my interests.
-
I have some time to kill before having to run some errands. I've started with the first one and it's pretty fun!
Said "fuck yeah" a couple times to myself when I got the answer right. I've not used SQL before but I've got a decent grasp (as in I get the basics) on programming languages so it's somewhat intuitive to me
Thanks for the links!! I look forward to continuing when I get back
-
Yeah we have IDEs to color keywords for us these days. Caps is just extra work
-
Capital letters are bigger, thus they use bigger bytes and use too much disk space and memory. That's why most programming languages use lowercase, and why the most common loop variable is
i
. -
seems like there's an issue with case 3. the person_id and from surveillance_records doesn't match up with the person_id in the hotel_checkins table when joined on hotel-checkin_id
-
And why untyped languages are better at managing memory too. Less characters ftw!