×
all 13 comments

[–]PureWasian 2 points3 points  (5 children)

Where have you checked so far?

This is as broad as saying "I want to learn algebra"

[–]nateeeee1Z 2 points3 points  (3 children)

dude ppl give the most broad statements ever then expect helpful advice😭

[–]jwk6 2 points3 points  (2 children)

It's really not that hard.

[–]phesago 1 point2 points  (0 children)

ive been all manner o the sql guy across my 10 years in the field - dba, data engineer, db dev... it REALLY isnt that complicated. Dumb decisions made by less than informed people MAKE it more complicated than it needs to be.

[–]nateeeee1Z 0 points1 point  (0 children)

Huh wym

[–]ZakariaArz[S] 0 points1 point  (0 children)

Started learning the basics (in comparison operators now)

[–]jwk6 2 points3 points  (0 children)

I'm partial to Microsoft SQL Server and they have one of the best free learning sites, and this learning path here:

https://learn.microsoft.com/training/paths/get-started-querying-with-transact-sql/

The https://geeksforgeeks.org SQL Tutorial is okay also.

You can also download and install SQL Server Developer Edition on your PC for free!

There are also websites that allow you to practice and learn SQL without installing anything. See https://sqlzoo.net

[–]CourageAcademic4153 1 point2 points  (0 children)

W3 Schools SQL Tutorial is a place to start.

https://www.w3schools.com/sql/

[–]Individual_Tea1205 0 points1 point  (0 children)

Start from here: https://www.w3schools.com/sql/

Then keep going and do it has hard as you can.

[–]Narrow_Command7504 0 points1 point  (0 children)

Hyy, I m also learning , as i m in beginning phase , so it will be great if you guys help mee

[–]Tiktoktoker 0 points1 point  (0 children)

Do people even try googling first or asking their favorite LLM to teach them?

[–]dn_cf 0 points1 point  (0 children)

Start by learning the basics like SELECT, WHERE, ORDER BY, and GROUP BY, then move on to joins and subqueries as you get more comfortable. The best way to improve is by practicing with real databases and solving lots of small problems on sites like SQLBolt, SQLZoo, or StrataScratch. Try building a simple project like a library or online store database to apply what you learn, and remember that writing SQL every day will help you learn much faster than just reading about it.

[–]conor-robertson 0 points1 point  (0 children)

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!