SQLBolt – Interactive lessons and exercises to learn SQL
1–10 of 87 posts
Re: SQLBolt – Interactive lessons and exercises to learn SQL
#2Re: SQLBolt – Interactive lessons and exercises to learn SQL
#3Re: SQLBolt – Interactive lessons and exercises to learn SQL
#4Re: SQLBolt – Interactive lessons and exercises to learn SQL
#5Re: SQLBolt – Interactive lessons and exercises to learn SQL
#6The exercises are great, and I like that the feedback is quick, as soon as you solve it you get a checkmark and it's already ready for you to do the next exercise.
[0] https://www.youtube.com/watch?v=8QiPFmIMxFc.
Original link on Vimeo is dead: https://vimeo.com/36579366.
Re: SQLBolt – Interactive lessons and exercises to learn SQL
#7Re: SQLBolt – Interactive lessons and exercises to learn SQL
#8Re: SQLBolt – Interactive lessons and exercises to learn SQL
#9I found the combination of real-world problems, general SQL advice, and the broad range of topics to be a really good book. It took my SQL from “the database is not much more than a place to persist application data” to “the application is not much more than a way to match commands to the database”. It’s amazing how much bespoke code is doing a job the database can do for you in a couple of lines.
Re: SQLBolt – Interactive lessons and exercises to learn SQL
#10Although the second question ("Find the director of each movie") does accept "SELECT title as director FROM movies;" as an answer.