Ask HN: How to improve my SQL skills? 2 points by discardity 8y ago ↗ HN As per title: I'm looking for sites that allow me to practice MySQL queries etc.
[–] cody8295 8y ago ↗ https://sqlbolt.com is a really nice interactive site that makes you pass practice queries before continuing. Gives you a sense of accomplishment when you finally figure it out.I also really like https://www.w3schools.com/sql/trysql.asp?filename=trysql_op_... for practice but be warned it runs SQLite which can be confusing if you're more used to built in functions from other things like SQL server [–] discardity 8y ago ↗ Thanks, sqlbot is great.
[–] dodgyb 8y ago ↗ http://sqlfiddle.com is another nice query building site. It gives you the option of working with different engines.
3 comments
[ 3.1 ms ] story [ 24.5 ms ] threadI also really like https://www.w3schools.com/sql/trysql.asp?filename=trysql_op_... for practice but be warned it runs SQLite which can be confusing if you're more used to built in functions from other things like SQL server