7 ms·
Show HN: DataLemur – Ace the SQL Interview!
I just launched a new free SQL practice platform today called DataLemur! I'm the author of Ace the Data Science Interview, and a lot of our readers wanted to practice the SQL questions from the book, so we decided to make DataLemur free and open!
Even if you aren't job hunting, these tricky SQL questions are pretty fun to practice on.
- dirslashls 4y agoNice one. How do you decide the difficulty of each problem? One hard problem seemed easy using analytic functions while a medium problem felt hard as it required a self-join the realization of which is the harder part.
- NickSingh 4y agoHonestly, just off the vibes. Which one felt hard, which one felt easy, we can adjust!
- llagerlof 4y agoI loved it.
- ElCapitanMarkla 4y agoThat’s really cool. Nice work
- SimonWaldherr 4y agoif you like playing around with data using SQL you might also like my sql-examples repository on github (https://github.com/SimonWaldherr/sql-examples https://github.com/SimonWaldherr/sql-examples). There is an online SQL editor (based on SQLite) with example queries. Feel free to expand the project and add new examples. Pull requests are welcome.