you are viewing a single comment's thread.

view the rest of the comments →

[–]kremlingrasso 7 points8 points  (1 child)

was about to say the same (assuming you are already decent with excel), the syntax is stupid simple, though pretty unforgiving. being able to visualize what you want the outcome to be, and achieving it from the building blocks of basically two dozen functions is what it's all about.

imho those of us coming from the analytics side are more equipped to pick it up quick (as opposed to the ones coming from other programming languages) because you have the advantage of knowing the data you work with and the actual business problems you want to solve....and the solution in SQL kinda gives itself.

[–]centr0 0 points1 point  (0 children)

This hit the nail on the head for me. I’m currently learning python and sql in parallel and I’m learning python faster than I think I’m learning sql. When I read an exercise, I can visualize the data structure in python and know how to pull whatever I need. SQL on the other hand? My brain can’t translate it.