0

How to actually learn the SQL commands?

I have this doubt and would like to hear the opinion of those who work or study SQL.

11th Jun 2019, 2:25 PM
Almir
Almir - avatar
2 odpowiedzi
+ 3
Try SQL tutorial from https://www.w3schools.com/sql/ They got multiple databases ready where you can manipulate and practice the commands on them as much as you want.
11th Jun 2019, 4:28 PM
Anurag
Anurag - avatar
+ 3
I would suggest you work on SQL based projects extensively. Make some applications that do a complex set of queries, and once you understand the syntax and logic you'll be good to go. Further, going through the following tutorial might help you - https://sysadmincasts.com/episodes/38-crash-course-on-mysql
11th Jun 2019, 3:00 PM
Kartik Shandilya