Practice Database

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
User avatar
neophyte
DevNet Resident
Posts: 1537
Joined: Tue Jan 20, 2004 4:58 pm
Location: Minnesota

Practice Database

Post 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
User avatar
John Cartwright
Site Admin
Posts: 11470
Joined: Tue Dec 23, 2003 2:10 am
Location: Toronto
Contact:

Post by John Cartwright »

Not quite sure what you are looking for.
Define "bogus" data
timvw
DevNet Master
Posts: 4897
Joined: Mon Jan 19, 2004 11:11 pm
Location: Leuven, Belgium

Post 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
User avatar
neophyte
DevNet Resident
Posts: 1537
Joined: Tue Jan 20, 2004 4:58 pm
Location: Minnesota

Post 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....
User avatar
neophyte
DevNet Resident
Posts: 1537
Joined: Tue Jan 20, 2004 4:58 pm
Location: Minnesota

thank

Post by neophyte »

Thanks Tim that world.sql will work great!
Post Reply