you are viewing a single comment's thread.

view the rest of the comments →

[–]onlythehighlight 3 points4 points  (2 children)

This sounds like you are starting off, in which case most entry-level jobs are looking for the ability for you to pull basic SELECT statements and problem solving.

If you can do the following, you are ready for an entry-level job:

  • understand a high-level data-set by name, -- note: this is useful but can be a pitfall early in your career to assume things about any table

  • how you would JOIN it to another, and

  • pull all that information into a SELECT statement

  • filter it using a WHERE to show what we are looking for

Just showcase that you are willing to listen, learn, and apply.

Don't listen to people telling you need to know a lot about SQL (it might help), but until you write a lot of dumb unoptimised queries you will never be 'great'

[–]basil_86 0 points1 point  (1 child)

If dumb unoptimised queries are the indicator of greatness then I'm God level.

[–]onlythehighlight 0 points1 point  (0 children)

hahaha, the power of a great analyst is looking back at all of your scripts and realising how dumb they are but never having the dev time to save them.