Page 1 of 1

Practice Database

Posted: Sat Nov 27, 2004 12:28 pm
by neophyte
Does anybody know where I can get script that will install/create a practice mysql database with a few tables and bogus data that I can train against?

Thanks

Posted: Sat Nov 27, 2004 12:33 pm
by John Cartwright
Not quite sure what you are looking for.
Define "bogus" data

Posted: Sat Nov 27, 2004 1:22 pm
by timvw
for mysql there is a sample database "world" , you can download it...

http://dev.mysql.com/doc/

-> examples -> world database http://dev.mysql.com/get/Downloads/Manu ... /from/pick

Posted: Sat Nov 27, 2004 1:22 pm
by neophyte
Sorry, I'm just looking for a script that will give me a database with multiple tables with data that I can use to practice writing sql with....

thank

Posted: Sat Nov 27, 2004 1:36 pm
by neophyte
Thanks Tim that world.sql will work great!