Comment on What's the best website to learn and practice SQL?
testfactor@lemmy.world 11 months ago
Codewars. It has Postgres as one of the languages.
Comment on What's the best website to learn and practice SQL?
testfactor@lemmy.world 11 months ago
Codewars. It has Postgres as one of the languages.
lemmyvore@feddit.nl 10 months ago
I second this. Learn Postgres as a beginner, it’s SQL standard compliant and it has the amazing EXPLAIN feature (just add EXPLAIN in front of any query). People who start on MySQL or MariaDB have a harder time learning proper SQL concepts later.