Show HN: SQL Trainer – Learn SQL by doing live data exercises
41–50 of 50 posts
Re: Show HN: SQL Trainer – Learn SQL by doing live data exercises
#42Re: Show HN: SQL Trainer – Learn SQL by doing live data exercises
#43The framework for the problems is that you get the problem statement, the expected results, and then you figure out how to write the SQL to get the results. I have lots of hints if you get stuck, but there's also a hint-free version, which some people prefer.
It really helps for people who like a "learn-by-doing" approach.
Re: Show HN: SQL Trainer – Learn SQL by doing live data exercises
#44It would be nice if I could hit continue from the keyboard so that I could do the whole tutorial without using the mouse.
Re: Show HN: SQL Trainer – Learn SQL by doing live data exercises
#45Re: Show HN: SQL Trainer – Learn SQL by doing live data exercises
#46Re: Show HN: SQL Trainer – Learn SQL by doing live data exercises
#47Looks cool. But in my experience, theoretical understanding and some simple proofs are quite important in mastering SQL. I would suggest the intro to DB online course offered by Stanford.
Re: Show HN: SQL Trainer – Learn SQL by doing live data exercises
#48Is there any database other than MySQL that does that?
Re: Show HN: SQL Trainer – Learn SQL by doing live data exercises
#49Some other similar tools I added to my notes from a similar thread: https://news.ycombinator.com/item?id=17905666 Interactive PostgreSQL SQL Tutorial - https://chartio.com/learn/sql/ Select STAR SQL - https://selectstarsql.com/ SQL Bolt - https://sqlbolt.com/ - Learn SQL with simple, interactive exercises SQL Window functions - https://www.windowfunctions.com/ PostgreSQL Exercises - https://pgexercises.com/ SQL Zoo -…
Schemaverse - https://schemaverse.com/ - The Schemaverse is a space-based strategy game implemented entirely within a PostgreSQL database.