北风的替代品
好吧,存在哪些替代示例数据库具有:
- 非限制性许可证
- 示例数据负载
- 大量数据类型 将
- 数据库添加到数据库服务器的简单机制
- 不是 Northwind
我不太关心什么服务器类型(MSSQL、SQLite) 、MySQL 等)数据库的设计目的。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(5)
怎么样
Chinook 数据库
另请参阅Chinook 数据库架构
How about
Chinook Database
See also Chinook Database Schema
Microsoft 制作了另一组名为 AdventureWorks 的示例数据库(这些通常在 MS 课程中使用)。可以从此处下载 SQL 2005 http://www.microsoft.com/downloads/details.aspx?FamilyID=e719ecf7-9f46-4312-af89-6ad8702e4e6e&displaylang=en#Overview。
我不确定附带了多少示例数据!
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!
这看起来很有希望:http://www.databaseanswers.org/data_models/
This looks promising: http://www.databaseanswers.org/data_models/
我喜欢AdventureWorks,还有一个图表可用
i love AdventureWorks, there's also a diagram available
以下是来自 CodePlex 的一些 MS 示例数据库,称为 AdventureWorks。
Here are some MS sample databases from CodePlex, called AdventureWorks.