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.

SQLBolt: Learn SQL with simple, interactive examples

13 pointsby hikzabout 10 years ago

2 comments

jbaiterabout 10 years ago
This is great, I&#x27;ve been looking for a good introductory resource for SQL in a while!<p>One thing, though, there&#x27;s a mistake in exercise 3. While it says &quot;Find all the titles directed by John Lasseter&quot;, only a &quot;SELECT * FROM movies&quot; query will make it go green, while &quot;SELECT title FROM movies&quot; (as would be expected from the wording) does not.<p>Is this Open Source?
ozhabout 10 years ago
Super neat. It&#x27;s a real bummer that you only got a handful of upvotes after two submissions :( I for one will definetely pimp this towards other SQL noobs like me.