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: Best SQL Courses?

4 pointsby zbhoyabout 3 years ago
Hey HN!<p>With the recent influx of SQL posts and lots of jobs in my field (tech sales, customer success, product, analyst) listing SQL experience as a bonus or even preferred now, I was wondering if anyone had a go to beginner SQL course?<p>I have basics programming skills to the extent of someone who has taken CS classes in HS and is familiar with GitHub,terminals,etc, if that helps.

3 comments

qohenabout 3 years ago
There are many free resources online for learning SQL. Here are some of them:<p>Khan Academy has a SQL course:<p><a href="https:&#x2F;&#x2F;www.khanacademy.org&#x2F;computing&#x2F;computer-programming&#x2F;sql" rel="nofollow">https:&#x2F;&#x2F;www.khanacademy.org&#x2F;computing&#x2F;computer-programming&#x2F;s...</a><p>The one in the first link below is interesting in that it then sets you up for the SQL Murder Mystery in the second link:<p><a href="https:&#x2F;&#x2F;mystery.knightlab.com&#x2F;walkthrough.html" rel="nofollow">https:&#x2F;&#x2F;mystery.knightlab.com&#x2F;walkthrough.html</a><p><a href="https:&#x2F;&#x2F;mystery.knightlab.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;mystery.knightlab.com&#x2F;</a><p>The &quot;walkthrough&quot; link above mentions that if you want to learn SQL more deeply to try selectstarsql.com, which looks good:<p><a href="https:&#x2F;&#x2F;selectstarsql.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;selectstarsql.com&#x2F;</a><p>This looks interesting too:<p><a href="https:&#x2F;&#x2F;sqlzoo.net&#x2F;wiki&#x2F;SQL_Tutorial" rel="nofollow">https:&#x2F;&#x2F;sqlzoo.net&#x2F;wiki&#x2F;SQL_Tutorial</a><p>Most of the above have databases available for you to immediately try out what you&#x27;re learning, which should be helpful (sqlzoo.net also seems to have some more advanced topics covered too).<p>There are also a bunch of (multi-hour) courses on YouTube:<p><a href="https:&#x2F;&#x2F;www.google.com&#x2F;search?q=site%3Ayoutube.com+sql+course" rel="nofollow">https:&#x2F;&#x2F;www.google.com&#x2F;search?q=site%3Ayoutube.com+sql+cours...</a><p>If you go the video route, there are sites like SqlFiddle.com and freedatabase.com, etc. that let you set up databases so you can practice what you learn from the videos without having to install anything (though you can do that too, of course):<p><a href="https:&#x2F;&#x2F;www.google.com&#x2F;search?online+sql+database" rel="nofollow">https:&#x2F;&#x2F;www.google.com&#x2F;search?online+sql+database</a><p>I hope you find at least some of the above to be useful. Good luck with it.
评论 #31360180 未加载
CRConradabout 3 years ago
W3Schools Online SQL Tutorial: <a href="https:&#x2F;&#x2F;www.w3schools.com&#x2F;sql&#x2F;default.asp" rel="nofollow">https:&#x2F;&#x2F;www.w3schools.com&#x2F;sql&#x2F;default.asp</a><p>Dunno how far that will get you; certainly seems to cover the basics of syntax and so on. The harder part is the <i>mindset,</i> thinking in sets and being able to translate what you want to do into SQL. But I guess that&#x27;s the hardest part of... Well, pretty much everything. And hard to package into lessons; maybe it&#x27;s something everyone has to grok for themselves, so it can&#x27;t hurt to try this first -- at least it seems free of charge. (I&#x27;ve looked up stuff, probably including SQL AFAICR, on W3Schools and never paid anything.)<p>I suppose one of the best things you could do is download some simple SQL client (and possibly server), SQLite or MariaDB or Firebird or something, and an example dataset like Northwind Trading or some such, and just start playing around.<p>Hope this helps!
评论 #31358606 未加载
Tomteabout 3 years ago
I liked Mastery with SQL: <a href="https:&#x2F;&#x2F;www.masterywithsql.com&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.masterywithsql.com&#x2F;</a>
评论 #31358612 未加载