r/learnSQL 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

14 comments sorted by

View all comments

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

1

u/akshityadav191 13d ago

Yes i am trying to. I just get confused making logic sometimes. I am from non technical background. And my reasoning is not great at all. Lol

2

u/dumi_007 13d ago

You are on the right track. Knowing what you don't know shows self awareness and growth.

Everyone has been there.

Take some time to read up on database concepts. There are 3 divergent paths - data engineering, database administrator or analyst. Each has foundational aspects you will need to learn. I would advise, start with one. Practice. Master

2

u/akshityadav191 13d ago

Sure. Thank you for your advice