Where can we practice SQL commands ? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Where can we practice SQL commands ?

which softwares required and from where to download

13th Jan 2017, 3:28 PM
SAKSHI DUBEY
SAKSHI DUBEY - avatar
7 Answers
+ 6
MySQL (Google)
13th Jan 2017, 3:28 PM
Valen.H. ~
Valen.H. ~ - avatar
+ 4
In SoloLearn: https://code.sololearn.com/WUg6o4QaxPGU/?ref=app Just because it's quick, but output's JSON. I'm thinking I should go through the SQL course to make sure it fits. As indicated elsewhere, MySQL works. Microsoft also provides a free version of SQL Server Express (2016): https://www.microsoft.com/en-us/sql-server/sql-server-editions-express
13th Jan 2017, 6:48 PM
Kirk Schafer
Kirk Schafer - avatar
+ 4
Also...phpmyadmin is fine, but for a nice application gui: MySQL Workbench: (Linux/Win) https://dev.mysql.com/downloads/workbench/ It also makes SSH tunneling trivial (you can configure MySQL to ONLY listen on localhost, then tunnel in and connect to 127.0.0.1...the admin traffic NEVER leaves your server unencrypted because the server never communicates outside).
13th Jan 2017, 6:54 PM
Kirk Schafer
Kirk Schafer - avatar
+ 2
With phpMyAdmin
13th Jan 2017, 3:31 PM
Oktay Bekar
Oktay Bekar - avatar
+ 1
i use toad for mysql
13th Jan 2017, 3:58 PM
ASNM
ASNM - avatar
+ 1
thanks everyone
13th Jan 2017, 4:49 PM
SAKSHI DUBEY
SAKSHI DUBEY - avatar
+ 1
mysql, sqlserver2008, ....
13th Jan 2017, 5:35 PM
WONDE-TOM
WONDE-TOM - avatar