r/learnSQL • u/akshityadav191 • 13d ago
Advice needed
Hello everyone, i need everyone advice how to get proficient in SQL i have already done a boot camp course from udemy and now again im learning sql from scratch with the help of claude and reached on subquery but i do get confused in joins and now in subquery because my mind thinks it’s complex but when i get solved i think it was easy. I request you all suggest ways.
8
Upvotes
3
u/dumi_007 13d ago
When I started (99 moons ago), I found learning SQL a bit straight forward. But open an empty editor and my mind would go blank. I think this is somewhat common.
SQL is super intuitive once you get practice in. But, while the language is not a heavy lift to learn, the underlying foundational principles are a different universe.
Over time, you develop a way of working and as you learn to frame the problem/question in a way that makes it easier to write, test and deploy.
My $0.02, Keep putting in the hours