Is there a sample MySQL database?
I would like to learn SQL by creating开发者_StackOverflow中文版 and running queries. However, it does not seem like a great idea to build some bogus data, so, does anyone know a free sample database to download?
Someone ported AdventureWorks to MySQL: http://sourceforge.net/projects/awmysql/files/
see theses links
- MySQL Documentation: Other MySQL Documentation - Example Databases
- MySQL Sample Database
- any sample MySQL databases I can download?
There are four different ones to download here, under "Example Databases".
Here it is :)
The interesting part is that you can learn from the very site and use that sample database while learning.
I started learning MySql by downloading the employee DB from the mysql website(link provided in above answers). You can view the structure of the db, install and can perform all the PL/SQL operations on it. I have not tried the adventureworks that is ported for mysql but the ms-sql version is pretty robust.
精彩评论