+ 2

About SQL application

Which is the best SQL application just for practicing?

7th Jul 2025, 3:45 PM
Vikas Joseph Geo
Vikas Joseph Geo - avatar
2 Respostas
+ 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)
7th Jul 2025, 5:18 PM
☕︎︎AstroParrot✦
☕︎︎AstroParrot✦ - avatar
+ 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/
7th Jul 2025, 5:28 PM
Lothar
Lothar - avatar