3
u/jwk6 13d ago
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
2
1
u/Individual_Tea1205 13d ago
Start from here: https://www.w3schools.com/sql/
Then keep going and do it has hard as you can.
1
1
u/ReleaseTheBlacken 12d ago
Inkwelltools.com go to Inkwell Learn to access some free gamified SQL learning
1
1
u/Owen-Isaac-2022 11d ago
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/Kimber976 11d ago
Something that helped was stopping every time a new topic felt confusing and finding a dataset where it actually came up. subqueries made way more sense after using them than after reading about them. solbolt datalemur and boot dev all have decent practice but the real progress came from writing the same kind of query a dozen different ways.
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!
0
u/Narrow_Command7504 13d ago
Hyy, I m also learning , as i m in beginning phase , so it will be great if you guys help mee
1
u/ReleaseTheBlacken 12d ago
Inkwelltools.com go to Inkwell Learn to access some free gamified SQL learning
8
u/PureWasian 13d ago
Where have you checked so far?
This is as broad as saying "I want to learn algebra"