0
Where can we practice SQL commands ?
which softwares required and from where to download
7 Respuestas
+ 6
MySQL (Google)
+ 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
+ 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).
+ 2
With phpMyAdmin
+ 1
i use toad for mysql
+ 1
thanks everyone
+ 1
mysql, sqlserver2008, ....