Well, what alternative sample databases exist that have:

  • an un-restrictive license
  • loads of sample data
  • lots of data types
  • a simple mechanism for adding the database to a db server
  • are not Northwind

I'm not too fussed what server type (MSSQL, SQLite, MySQL, etc.) the db is designed for.

link|improve this question

70% accept rate
feedback

5 Answers

up vote 2 down vote accepted

How about

Chinook Database

See also Chinook Database Schema

link|improve this answer
Lot's of good answers, but using a simple sql script to create the db and populate it is the nicest cross platform solution for our environment. – grenade Jan 25 '10 at 16:23
feedback

Microsoft do another set of sample databases called AdventureWorks (these are often used in MS courses). They canbe downloaded from here for SQL 2005 http://www.microsoft.com/downloads/details.aspx?FamilyID=e719ecf7-9f46-4312-af89-6ad8702e4e6e&displaylang=en#Overview.

I'm not sure how much sample data is shipped with it though!

link|improve this answer
feedback

i love AdventureWorks, there's also a diagram available

link|improve this answer
feedback

This looks promising: http://www.databaseanswers.org/data_models/

link|improve this answer
feedback

Here are some MS sample databases from CodePlex, called AdventureWorks.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.