Marian Egharevba’s Post

Today’s SQL practice felt like real progress. I learned how to use comments properly, which made it easier to work with multiple queries on the same script. To practice, I: • Created a database and tables • Wrote queries using SELECT, FROM, COUNT, AVG, ORDER BY, GROUP BY, and WHERE Not everything went smoothly — especially with GROUP BY and WHERE. I ran into a few errors there. But the biggest win today was debugging. While importing data in pgAdmin, I got an error. Instead of skipping it, I traced the issue back to a column with the wrong data type. Changed it from INT to VARCHAR — and it worked. That moment reinforced something important: Learning SQL isn’t just about writing queries, it’s about understanding why things break and fixing them. Still learning. Still improving. #SQL #DataAnalytics #LearningInPublic #TechJourney

To view or add a comment, sign in

Explore content categories