Can you also share popular tools we can use to write and run SQL scripts? That would be really helpful if someone wants to learn SQL by working on a practice project. Thanks!
Hi Viraj! There are tons of free websites depending on the dialect of SQL you choose to learn. PostgreSQL is a very good starting point as its syntax is generic. Here are a few popular beginner-friendly sites
w3schools:- w3schools.com
SQL bolt:- sqlbolt.com
SQL zoo:- sqlzoo.net (with wiki-style setup and practice quiz)
and a small but detailed sql-practice.com
Viraj Rathnayaka
Data Analyst
Can you also share popular tools we can use to write and run SQL scripts? That would be really helpful if someone wants to learn SQL by working on a practice project. Thanks!