+ 3
I want to Learn sql. I want to know where to start with.
7 Antworten
+ 4
Sololearn has an SQL tutorial.
+ 3
To give a quick start here are some of the resources that I can share with you that are the best known sources to give a fantastic start:
1. You can learn on SoloLearn
2. You can visit w3schools.com
3. You can seaech for good video tutorials on YouTube such as kudvenkat, Udemy, .Net preparation etc.
The point is don't just grab one resource from where you can learn, because everyone has their own article based on how much their knowledge is. If i write my book on SQL then i write only such things that I know so far. Rest of the knowledge you may get it somewhere else.
So don't stick to one resource, keep researching and check whether the given article is simple to understand or not.
You can practice with online sql compiler available online if you dont want to install SQL Server Management Studio or In built Visual Studio SQL Server version.
You can create your own cases, write SQL queries, and search for problem you have. This is how you will learn new things every moment.
+ 2
Well, just use a book and practice by using PC/Laptop. All secrets are written in book, but not all. You must practice to find it.
+ 1
Either the sololearn SQL tutorial or the code academy tutorial
+ 1
Do the SQL course here and install sql- lite on your phone, create a little db (10 entrys are enough) to practise the lessons while do you do the course.
+ 1
I recommend you to read Learn SQL Hardway by Zed Shaw and do all exercises in it. Good luck
+ 1
Thanks for the advice