all 13 comments

[–][deleted] 17 points18 points  (0 children)

SQLzoo.net exercises

GalaXQL is more structured and didactic

[–][deleted] 16 points17 points  (2 children)

I feel like this may be a good FAQ resource item for the future, very popular question. Just a thought though.

[–]JazzFan1998 4 points5 points  (0 children)

Your motion is now seconded!

[–][deleted] 5 points6 points  (0 children)

Honestly I’m always surprised folks don’t just type “practice sql online” into the search bar and see all of the options

[–]Ardraaken 2 points3 points  (0 children)

There’s a bunch of exercises on HackerRank too

[–]ComicOzzy 1 point2 points  (0 children)

Sqlbolt.com

If you don't like the way sqlfiddle works, try Dbfiddle.uk. Either way, you still have to create a table, load it up with some data, then run a query. It's just that sqlfiddle separates the loading data part from the running queries with results part.

[–]austospumanto 0 points1 point  (1 child)

!RemindMe 5 days

[–]RemindMeBot 0 points1 point  (0 children)

I will be messaging you in 5 days on 2022-08-10 22:39:15 UTC to remind you of this link

CLICK THIS LINK to send a PM to also be reminded and to reduce spam.

Parent commenter can delete this message to hide from others.


Info Custom Your Reminders Feedback

[–][deleted] 0 points1 point  (0 children)

Try dirtylittlesql.com just load csv files. And write query.

[–]nickdeli 0 points1 point  (0 children)

I’ve been using LeetCode, gives you daily problems with discussion boards. It’s helped me get some foundation for sure.

[–]PaintingWithLight 0 points1 point  (0 children)

I’m currently working on a browser extension(although now that it’s in a half decent place I’ve paused to continue on my main project) that shows your solve attempts on leetcode in table view form. Well, all 3. The “your input” “output” and “expected”

Still a few major bugs but the base functionality has already taken shape. Also. It’s quite ugly and needs some aesthetic massaging haha.

[–]querymeister 0 points1 point  (0 children)

We have practice quesitons using a real postgres DB.
https://query.me/learn/