+ 1
SQL database to learn
Pls, I successfully completed my SQL certification but I require a SQL server with data to practice with, any advise on how to improve and validate learning on SQL.
4 Réponses
+ 2
Thanks Tibor
+ 1
1) Download MySQL server from the official website i.e https://dev.mysql.com/downloads/mysql/
2) After downloading this application create your own user and the password(do not forget) on the server.(just keep following the instructions provided in the application)
3) Download MysqlYog from this link - https://github.com/webyog/sqlyog-community/wiki/Downloads
4) Put your own user and password that you created on the MySQL server application just few minutes ago. And instead of localhost give 127.0.0.1 as the local server address
5) now you are good to go to practice SQL language.
If you have any doubts please refer youtube videos made for this application
+ 1
Many thanks, will try it out
+ 1
If you just want to mess around with sql, you can also find some sql playgrounds online, so you don't even need to install anything.
http://sqlfiddle.com/