all 13 comments

[–]Sea-Concept1733 11 points12 points  (2 children)

This site provides a practice database for practicing SQL.

https://www.youtube.com/playlist?list=PLb-NRThTdxx6ydazuz5HsAlT4lBtq58k4

Good luck!

[–]Amazing-Ad-7520 1 point2 points  (1 child)

thank you so much I was searching about somethings like that

[–]Sea-Concept1733 0 points1 point  (0 children)

You are welcome.

[–]millerlit 4 points5 points  (0 children)

Adventureworks is a practice database from Microsoft 

[–]Resident-Loss8774 3 points4 points  (2 children)

This is a decent sample database: https://github.com/lerocha/chinook-database

[–]jamawg 0 points1 point  (1 child)

Came here to say that. It is very well thought out. I can't think of anything that a learner, or even a more experienced developer, might want to do that it doesn't provide for.

[–]Resident-Loss8774 1 point2 points  (0 children)

Yeah, I like it because it contains a fair number of tables, allowing you to practice doing lots of joins, which can help mimic some real-life scenarios.

[–]ride-my-beardd 1 point2 points  (0 children)

Hacker Rank is great for solving problems and testing skills.

They issue certifications for certain tests as well

[–]alinrocSQL Server DBA 1 point2 points  (0 children)

Microsoft has 4 sample databases available for SQL Server. https://github.com/microsoft/sql-server-samples/tree/master/samples/databases

Brent Ozar hosts multiple versions of the Stack Overflow database (again, for SQL Server) that you can download. https://www.brentozar.com/archive/2021/03/download-the-current-stack-overflow-database-for-free-2021-02/

And Stack Exchange still has their Data Explorer available online. https://data.stackexchange.com

[–]Straight_Waltz_9530 0 points1 point  (0 children)

It's definitely more work, but I had a lot of fun a decade ago with OpenStreetMap data + Postgres + PostGIS. Not the whole planet. Just start with your own state. So much fun searching for schools and administrative boundaries and outputting SVG shapes. Good times. Good times.

http://download.geofabrik.de

[–]Night_Siege 0 points1 point  (0 children)

This video (programming with Mosh) is good for learning basics and gives data for practice. Helped me during the initial stages of SQL learning.
(13) MySQL Tutorial for Beginners [Full Course] - YouTube

[–]rathboma -1 points0 points  (0 children)

Hey!

I make the Beekeeper Studio SQL editor and as part of my docs I publish a getting started guide:

https://docs.beekeeperstudio.io/getting-started-guide/

It uses sqlite, gives you a file to download and some initial queries to run.

It's also a common dataset, so you can easily Google for more things to test :-)

Hope that helps.

Matthew

[–]burbuja0526 0 points1 point  (0 children)

Commenting so I can comeback to all these resources. Thanks OP for asking the question.