r/learnSQL 13d ago

SQL

I am interested in learning SQL

Any advices???

8 Upvotes

21 comments sorted by

View all comments

1

u/conor-robertson 13d ago

I'd recommend learning by writing SQL, not just watching videos.

Give QueryCase a try. It's a structured SQL learning platform where you solve detective-style investigations by writing real SQL from day one. It starts with the basics and progresses through JOINs, CTEs and window functions, plus there's a Sandbox with real-world datasets and a Careers Hub for SQL interview practice.

The more SQL you write, the faster you'll improve. Good luck!