SQL database to learn | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 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.

15th Aug 2020, 2:33 PM
Ismail Segun Akinwale
Ismail Segun Akinwale - avatar
4 Answers
+ 2
Thanks Tibor
15th Aug 2020, 8:28 PM
Ismail Segun Akinwale
Ismail Segun Akinwale - avatar
+ 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
15th Aug 2020, 3:55 PM
sachin kumar
sachin kumar - avatar
+ 1
Many thanks, will try it out
15th Aug 2020, 4:27 PM
Ismail Segun Akinwale
Ismail Segun Akinwale - avatar
+ 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/
15th Aug 2020, 5:44 PM
Tibor Santa
Tibor Santa - avatar