How can i master SQL | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 22

How can i master SQL

I've almost finished my sql lessons, what app or program should i use to keep improving my skills?, Thanks

2nd Apr 2019, 2:49 PM
Pablo Learnjava
14 Answers
+ 18
To add to what Tibor Santa suggested, I just found another online tool for practicing SQL: http://sqlfiddle.com You can see a saved example in this link: http://sqlfiddle.com/#!9/a6c585/1
2nd Apr 2019, 8:12 PM
David Carroll
David Carroll - avatar
+ 13
Check out the w3schools tutorials https://www.w3schools.com/sql/ You can also read the mysql documentation to dive deeper. There are sql challenges on codewars.com if you want to test your skill.
2nd Apr 2019, 8:01 PM
Tibor Santa
Tibor Santa - avatar
+ 10
Actually you should try out to learn SQL from many books such as Learning SQL or SQL codebook and should try to learn SQL from every resources that is accessible . You can also try to learn SQL from apps from google play or from online Website
3rd Apr 2019, 8:47 AM
Prince PS[Not_Active]
Prince PS[Not_Active] - avatar
+ 6
Thxs for all your answers
2nd Apr 2019, 8:27 PM
Pablo Learnjava
+ 6
If you do Python. Start with sqlite3 library package or just download it as a stand alone app and play around with it, simple to use and covers most general SQL aspects. Practice with Microsoft access too if you have one
3rd Apr 2019, 5:00 AM
Dan Rhamba
Dan Rhamba - avatar
+ 6
I follow this exciting course with IBM on Coursera. It allow you to practice on IBM cloud. It's both efficient and exciting. There are also courses and exercises with Datacamp. https://fr.coursera.org/learn/sql-data-science
4th Apr 2019, 2:55 AM
Laurent Chretien
Laurent Chretien - avatar
+ 4
https://www.w3schools.com/sql/
3rd Apr 2019, 10:33 AM
Sonic
Sonic - avatar
+ 4
The best way to master MySql is to build practical applications based on database MySql. It could be PHP script to create some CRUD operations with MySql, or C# desktop applications to run some read/write tasks where the data persisted on local sqlite.
4th Apr 2019, 7:22 AM
Calviղ
Calviղ - avatar
+ 3
Check out codecademy.com
2nd Apr 2019, 9:28 PM
Hamza Hesham
Hamza Hesham - avatar
+ 3
GOOD LUCK
4th Apr 2019, 2:34 AM
Joshua Martin Fontanilla
Joshua Martin Fontanilla - avatar
+ 3
Practice, Practice and Practice Never stop coding and learn new terms everyday unless you master it
4th Apr 2019, 1:09 PM
Kedar Karki
Kedar Karki - avatar
+ 2
- first of all start with sololearn sql fundamentals and then switch on https://www.w3schools.com/sql/ < for advance queries and deeper knowledge watch this vedio which is contributed by Freecodecamp - https://youtu.be/HXV3zeQKqGY ; yo can also watch this CS50 Harvard University Series - https://youtu.be/TplT4qjz1RQ Playground :- http://sqlfiddle.com
4th Apr 2019, 2:03 AM
Omshankr
+ 2
Google "filetype:pdf learn sql" and you will find lots of useful pdf books on SQL .. So learn everything from those books
4th Apr 2019, 1:10 PM
Kedar Karki
Kedar Karki - avatar
28th Apr 2019, 3:57 PM
Bahawal TV
Bahawal TV - avatar