Looking at a job descriptions where “advanced SQL” is a requirement. I can write basic queries as well as anyone, and have worked with MySQL databases in a professional setting, but what would I be getting into with these jobs, if I were to be hired? What are examples of advanced SQL and where am I along the scale of SQL noob to SQL master?
Share
I think it’s best highlighted with an example. If you feel you could write the following SQL statement quickly with little/no reference material, then I’d guess that you probably meet their Advanced SQL requirement:
(source of query)
And to be honest, that’s a relatively simple query – just some inner joins and a subquery, along with a few common keywords (max, min, case).