Sample database for exercise

n00ki3 picture n00ki3 · Apr 5, 2009 · Viewed 168.4k times · Source

I would like to play with a larger database to test my knowledge on SQL.

Is there a huge .sql out there that I can use to play with SQL queries?

Answer

karim79 picture karim79 · Apr 5, 2009

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.