+ 1
Where can i do mysql ?
i have learnt sql fundamentals and trying to do some coding to test my knowledge but i cant find the sql mysql in "choose language" column up here.Kindly help
4 Answers
+ 1
Read on RELATIONAL DATABASES
+ 2
Hi Prince Pritam,
SoloLearn does not offer SQL development on their servers.
To practice your SQL skills I recommend you to use a server like XAMPP or similair which can run offline.
You can enable the MySQL, apache services from their controll panel and acces it throught the browser as localhost.
At the mysql dashboard you have a console for direct practices.
For in-direct practices you can use PHP for example.
If you do not know XAMPP application, I suggest you to research some tutorials about XAMPP or similair applications.
Good luck with your projectšš
additional:
https://stackoverflow.com/questions/17823189/how-do-i-use-mysql-through-xampp
+ 2
Oh! Thanks for giving your valuable time to answer my query ...I appreciate your help
š
+ 1
You're welcome š