+ 1

What is the best way to learn SQL to implement it?

18th Apr 2017, 7:52 AM
Chaman Raghav
Chaman Raghav - avatar
3 odpowiedzi
+ 2
take SQL course in Sololearn :)
18th Apr 2017, 7:55 AM
Lawrence Tolentino
Lawrence Tolentino - avatar
+ 2
Install lamp/xampp and use phpmyadmin to practicaally use your db management skills. When you feel familiar enough, use the command line or an external program to send your queries and manage the db.
18th Apr 2017, 8:04 AM
seamiki
seamiki - avatar
0
Install SQLite, create some tables. Try the following commands: select, where, group by, order, join sub queries
19th Apr 2017, 11:39 AM
鐘翊修
鐘翊修 - avatar