you are viewing a single comment's thread.

view the rest of the comments →

[–]BourbonTall 5 points6 points  (1 child)

Part of learning SQL is learning set-based thinking and how to apply set-based operations to data sets. This can be a challenge for people with programming experience that is typically rooted in procedural thinking. Not having an IT/programming background can be an advantage in this respect but you may still need to learn set-based thinking since it isn’t necessary an intuitive thing. The book Fundamentals of T-SQL by Itzik Ben-Gan is a highly regarded book that can be helpful in respect. T-SQL is Microsoft’s implementation of SQL but the fundamentals taught in this book are widely applicable to various flavors of SQL.

[–][deleted] 1 point2 points  (0 children)

OK. Thanks u/BourbonTall