Show HN: Select Star SQL, an interactive SQL book
71–80 of 121 posts
Re: Show HN: Select Star SQL, an interactive SQL book
#721. In The Long Tail > Nested Queries, the first example contains the function LEN, which gives an error as LENGTH is expected.
2. On the questions with multiple answers, when showing hints, I would use different font colors for correct/incorrect statements as it will be easier to check your results.
Wonderful website!
Re: Show HN: Select Star SQL, an interactive SQL book
#73I used the MIT license for the interactive SQL tutorial I built ( https://www.sqlteaching.com/ )
Re: Show HN: Select Star SQL, an interactive SQL book
#74Why did you use death sentence cases as data? I've spent around 20 minutes just reading the last words of various executed people. It's... disturbing and distracting.
Re: Show HN: Select Star SQL, an interactive SQL book
#75I have picked up SQL and statements from my time in industry. I really like how this book provides not only interaction but a dataset that actually means something. Also, interactive systems like this for teaching are amazing! I learned about how "_" is a wildcard for one character (I have been making do with % for LIKE statements).
SELECT * FROM customers
WHERE company_name LIKE 'foo[lt]'
will only return customers whose company_name is 'fool' or 'foot', while SELECT * FROM customers
WHERE zipcode LIKE '12[^30]45'
will return customers whose zipcode is LIKE '12_45', except '12345' and '12045'.Re: Show HN: Select Star SQL, an interactive SQL book
#76Why did you use death sentence cases as data? I've spent around 20 minutes just reading the last words of various executed people. It's... disturbing and distracting.
Why did you continue for 20 minutes if it disturbs you so much, little snow flake?
Re: Show HN: Select Star SQL, an interactive SQL book
#77Congratulations! I love this kind of interactive tutorials as their helping more and more people learning stuff without a boring book and no exercises. That said: Doesn't work in Firefox and Edge? Common, are we back in 1998? Sorry for the rant, but please don't do that.
Re: Show HN: Select Star SQL, an interactive SQL book
#78Why did you use death sentence cases as data? I've spent around 20 minutes just reading the last words of various executed people. It's... disturbing and distracting.
Re: Show HN: Select Star SQL, an interactive SQL book
#79Thank you for creating and sharing this!
Re: Show HN: Select Star SQL, an interactive SQL book
#80It’s a lovely product and you can tell a lot of work went into making this course. But I fail to understand the author’s logic behind “a good course has to be free”. Why though? What’s wrong with creating value (like The OP) and then extracting it from the people that benefit from it? In fact, there’s tons of anecdotal evidence that free MOOCS haven’t faired well in terms of retention precisely because of a lack of a…