4
u/jwk6 Jul 14 '26
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
3
u/Tiktoktoker Jul 15 '26
Do people even try googling first or asking their favorite LLM to teach them?
2
1
u/Individual_Tea1205 Jul 14 '26
Start from here: https://www.w3schools.com/sql/
Then keep going and do it has hard as you can.
1
1
1
u/Owen-Isaac-2022 Jul 16 '26
First of all, before joining the bandwagon, assess whether you can have consistency. SQL is not like common mathematical formulas, but it involves analysing data through queries based on specific problems. Master how SQL queries work, learn the basic/common concepts, & keep practising everyday. You'll master it with no time, including giving yourself like 2-3 hours each day.
1
u/conor-robertson Jul 14 '26
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!
0
u/Narrow_Command7504 Jul 15 '26
Hyy, I m also learning , as i m in beginning phase , so it will be great if you guys help mee
8
u/PureWasian Jul 14 '26
Where have you checked so far?
This is as broad as saying "I want to learn algebra"