sql - Sample database for exercise - Stack Overflow
How can I download a SQL database for practice and learning
Is there a place I can download sample databases to practice queries?
Need Database to practice SQL
You could try the classic MySQL world database.
The world.sql file is available for download here:
http://dev.mysql.com/doc/index-other.html
Just scroll down to Example Databases and you will find it.
This is an online database but you can try with the stackoverflow database: https://data.stackexchange.com/stackoverflow/query/new
You also can download its dumps here:
https://archive.org/download/stackexchange
How or where?
The most common exmaple database(s) for SQL Server is "World Wide Importer", you can get it from GitHub:
https://github.com/Microsoft/sql-server-samples/tree/master/samples/databases/wide-world-importers
Try to download one of the .BAK files listed on this documentation page.
I am looking down showoff my SQL skills to potential employers by having a sample database I've either worked with or built myself on my GitHub by performing various queries to get specific information.