0

What is the best way to learn SQL?

9th Aug 2019, 1:16 PM
Sujata
Sujata - avatar
5 Respostas
+ 4
Go to mySql website. Follow their tutorials to download mysql and install on your computer. Open the MySQL workbench. Key in mock data. And then you have the environment to practice those query commands.
9th Aug 2019, 1:33 PM
Gordon
Gordon - avatar
+ 3
9th Aug 2019, 1:22 PM
Gordon
Gordon - avatar
+ 1
Best way to learn SQL practically is building a php website which require to perform data create, read, update and delete (CRUD) operations with MySQL database.
9th Aug 2019, 1:54 PM
Calviղ
Calviղ - avatar
+ 1
Basically, learn SQL in the Sololearn course: https://www.sololearn.com/Course/SQL/?ref=app Then you can follow Gordon's and Calviղ's instructions.
9th Aug 2019, 4:18 PM
Nboumakis
0
thanks for the response. but i want to learn practically
9th Aug 2019, 1:28 PM
Sujata
Sujata - avatar