+ 2
About SQL application
Which is the best SQL application just for practicing?
2 Réponses
+ 2
For practicing SQL, popular browser based platforms like SQLZoo, W3Schools SQL tutorial, LeetCode, and HackerRank are excellent, especially for beginners as they require no installation
For a more robust local environment, you can install a database system like MySQL (with MySQL Workbench) or PostgreSQL (with pgAdmin)
+ 2
Vikas Joseph Geo ,
we can also try `sql fiddle`, it is web based (online sql playground, and powered by ai).
you can find it here:
https://sqlfiddle.com/