TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN: What are some great resources to practice SQL?

16 pointsby Rohul24about 5 years ago
There are a lot of courses which teach SQL but I could hardly find a website which provides beginner to advanced SQL practice questions on almost production real datasets. Any recommendations would be helpful.

3 comments

hckshrabout 5 years ago
I typically point folks here: <a href="https:&#x2F;&#x2F;pgexercises.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;pgexercises.com&#x2F;</a><p>I like it because as a beginner you can just follow the learning path. But if you just need a refresher about how to write a window function you can jump right to that section.<p>Oh, and no account sign-ups which I really appreciate.
评论 #22913403 未加载
jamiewebabout 5 years ago
Sqlectron [1] is a great open-source GUI SQL client that allows you to see what you&#x27;re doing in real-time, which helps massively with practising.<p>You can also use it to validate what you&#x27;ve done using other tools. E.g. if you write some PHP or Python to interact with a database, you can open it in Sqlectron to double-check for yourself that it worked correctly.<p>[1] <a href="https:&#x2F;&#x2F;sqlectron.github.io&#x2F;" rel="nofollow">https:&#x2F;&#x2F;sqlectron.github.io&#x2F;</a>
评论 #22913396 未加载
blondinabout 5 years ago
hey,<p>not by itself a general resource but it&#x27;s the best book on postgresql i have read recently. (i have read 2 or 3 but this stood out).<p>learning postgresql 11: <a href="https:&#x2F;&#x2F;www.amazon.com&#x2F;Learning-PostgreSQL-beginners-high-performance-solutions-ebook&#x2F;dp&#x2F;B07NGSGBY6" rel="nofollow">https:&#x2F;&#x2F;www.amazon.com&#x2F;Learning-PostgreSQL-beginners-high-pe...</a><p>i have also subscribed to the following newsletter to keep myself up to date with what is going on in the community. keep in mind that postgresql 12 has been out for a minute.<p>postgres weekly: <a href="https:&#x2F;&#x2F;postgresweekly.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;postgresweekly.com&#x2F;</a><p>in my mind postgresql is one of the most interesting projects out there in the open source community. and that newsletter sometimes includes articles that compares it to other big names like mysql&#x2F;maria, oracle, etc. this helps expand your sql scape a little.
评论 #22913412 未加载