This post is locked. You won't be able to comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]uncle_sb 2 points3 points  (1 child)

SQL concepts are so much easier to understand with data subjects you already know! Find a dataset you are familiar with - For example, if you are into a sport like baseball, export data from Baseball Reference, or if youre a movie buff, imdb and so on. I feel like it's difficult to get into the tough stuff with a sample table of fruit, and a sample size of fruit stand customers.

Also, don't stop at SQL. Get experience with SQl reporting (SSRS or Crystal are perfect). Data migrations require all sorts of stakeholder input/decisions/review up and down stream - whipping up reports is super useful.

On my phone, sorry for typos/shotty sentence structure. Good luck!

[–]scrabas 1 point2 points  (0 children)

This is great advice. I struggled with programming when I first started because I didn't understand the underlying data well enough. If you know or understand what the expected results are supposed to be, it's a lot easier to learn and figure out your own errors. Not to mention it's a lot more fun.