0
What is the best way to learn SQL?
5 Réponses
+ 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.
+ 3
PROGRAMMING RESOURCES by KrOW
https://code.sololearn.com/WaVusr8J1KvK/?ref=app
+ 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.
+ 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.
0
thanks for the response. but i want to learn practically