Learning SQL : Make it a Habit
Pronounced 'seek-will' short for Structured Query Language Like it or not, SQL has been the backbone of data management for decades with 70% of companies use SQL as their primary tool for accessing and analyzing data (Stack Overflow Developer Survey 2023). My first encounter with SQL was back in 2020, during the pandemic, in a virtual Enterprise Database Systems class. We were writing simple queries, such as SELECT * FROM students WHERE grade = 'A'. At the time, I thought, “That’s all there is to it? How hard can this be?” By the middle of 2022, I was working with massive, real-world datasets that demanded writing complex queries spanning hundreds of lines of code. Suddenly, SQL wasn’t so simple anymore. The depth required in professional settings can be overwhelming, but it’s also rewarding. Let me be honest: SQL isn’t my favorite language. But as I’ve learned, you don’t have to love something to be good at it. (I once disliked Physics, but I still managed to ...