Learn SQL at the SQL Zoo
Of all the (programming) languages you can learn, I think SQL is the one that will help you the most throughout your career as a software developer. If you know the basics of SQL, you can solve set based problems directly in your database without writing a ton of code to do the same in an imperative way. And your applications will run much faster if they only fetch the data you really need.



