Is there a “Northwind” type database available for MySQL?

后端 未结 10 1178
你的背包
你的背包 2020-12-08 21:04

I need some test data for a MySQL utility that I am creating. Does anybody know where I can find one that has a similiar (if not more) amount of data as Northwind for SQL S

相关标签:
10条回答
  • 2020-12-08 21:44

    UPDATE:

    This is an answer for about 4 years ago and links were dead because of time, I'll put new links as soon as I find some.


    1- FlightStats

    2- MySql Version of NW schema (InnoDB)

    3- MySql Version of NW schema (MyISAM)

    4- more info

    and a suggestion from mindplay.dk:

    5- Northwind (schema+data, as provided by mnk below)

    0 讨论(0)
  • 2020-12-08 21:45

    There's a link at the beginning of the article where you can grab an SQL script with structure and data:

    http://www.geeksengine.com/article/export-access-to-mysql.html

    0 讨论(0)
  • 2020-12-08 21:50

    There is a sample database provided by MySQL: https://dev.mysql.com/doc/employee/en/index.html

    0 讨论(0)
  • 2020-12-08 21:52

    Here's a version of Northwind for MySQL on GitHub. The column names have been slightly altered to fit the MySQL standard.

    https://github.com/dalers/mywind

    0 讨论(0)
提交回复
热议问题