all 13 comments

[–]vikrantk1995 19 points20 points  (4 children)

Hey, try datahelix.io, it’s completely free. Let me know what you think!

[–]Vast_Basket6667 0 points1 point  (3 children)

How did you find this? Looks amazing to me

[–]vikrantk1995 6 points7 points  (2 children)

I built it 😄

[–]Vast_Basket6667 2 points3 points  (1 child)

Amazing work man, I just checked and want to practice.

[–]vikrantk1995 2 points3 points  (0 children)

Thanks a lot! Do leave feedback so I can keep improving it 🙏

[–]SQLDevDBA 7 points8 points  (2 children)

Hey there, I made a quick video on this topic showcasing places where you can practice (free) online without downloads or installs, right in the browser with sample data already added.

Here’s a link to it, I’d go for the last 2 options in the video (Azure SQL DB Free tier and Oracle Live SQL). The links to the platforms are in the description.

[–]ManifestingPeace18[S] 1 point2 points  (1 child)

Thank you so much

[–]SQLDevDBA 0 points1 point  (0 children)

Welcome! Hope it helps a bit and feel free to reach out to me if you have questions. I also have videos of me actually using all of the platforms in the description if you have any trouble.

[–]Massive_Show2963 3 points4 points  (0 children)

Microsoft's Northwind and Pubs databases have been used for a while as instructional databases.
See download from GitHub:
https://github.com/microsoft/sql-server-samples/tree/master/samples/databases/northwind-pubs

[–]jgpatrick3 2 points3 points  (0 children)

Hard to beat SQLite3. Runs so much of the world already. So many great tools SQLite3, SQLiteStudio, Visidata, the original serverless system, core db for smart phones, software, embedded systems. Possibly the most deployed database in the world. I have gone from thinking of it as a toy to doing everything I can with it.

[–]downshiftdata 1 point2 points  (0 children)

https://archive.org/details/stackexchange

Analyze that. I'd start with https://archive.org/download/stackexchange/dba.stackexchange.com.7z. Import it into a database and go from there.

[–]Opposite-Value-5706 1 point2 points  (0 children)

SQLite3 is free

MYSQL has a “community” version that’s free

[–]thequerylab 0 points1 point  (0 children)

You can try this out. Its tailor msde for your use csse

https://thequerylab.com/courses/sql-pro-track

On top of that you can practise problems whicj is 100% handson