mysql示例数据库 employee,这个大家也可以到github官网下载。 https://github.com/datacharmer/test_db test_db A sample database with an integrated test suite, used to test your applications and database servers This repository was migrated from Launchpad. See usage in the MySQL docs Where it comes from The original data was created by Fusheng Wang and Carlo Zaniolo at Siemens Corporate Research. The data is in XML format. http://timecenter.cs.aau.dk/software.htm Giuseppe Maxia made the relational schema and Patrick Crews exported the data in relational format. The database contains about 300,000 employee records with 2.8 million salary entries. The export data is 167 MB, which is not huge, but heavy enough to be non-trivial for testing. The data was generated, and as such there are inconsistencies and subtle problems. Rather than removing them, we decided to leave the contents untouched, and use these issues as data cleaning exercises. Prerequisites You need a MySQL database server (5.0+) and run the commands below through a user that has the following privileges: SELECT, INSERT, UPDATE, DELETE, CREATE, DROP, RELOAD, REFERENCES, INDEX, ALTER, SHOW DATABASES, CREATE TEMPORARY TABLES, LOCK TABLES, EXECUTE, CREATE VIEW Installation: Download the repository Change directory to the repository Then run mysql < employees.sql If you want to install with two large partitioned tables, run mysql < employees_partitioned.sql Testing the installation After installing, you can run one of the following mysql -t < test_employees_md5.sql # OR mysql -t < test_employees_sha.sql For example: mysql -t < test_employees_md5.sql +----------------------+ | INFO | +----------------------+ | TESTING INSTALLATION | +----------------------+ +--------------+------------------+----------------------------------+ | table_name | expected_records | expected_crc | +--------------+------------------+----------------------------------+ | employees | 300024 |
2021-10-20 22:05:15 34.99MB employ testdb
1
SQL server 2000自带的Northwind 和pubs 数据库例程,放在你的数据库的安装目录data目录下,添加mdf文件
2021-10-08 21:07:31 1.08MB Northwind 和pubs示例
1
AdventureWorks sql server 2005示例数据库 解压后直接安装到默认目录,然后在Sql Server Management Studio中将改数据库添加进去就可以使用了。
2021-10-07 20:55:40 26MB Adventure Works
1
oracle示例数据库 用于学习oracle
2021-09-28 14:06:45 46KB oracle数据库
oracle示例数据库 用于学习oracle
2021-09-28 14:06:44 46KB oracle数据库
《SQL Server 2000 高级编程技术》一书的示例数据库 Asset2000
1
sakila.zip,mysql的示例数据库,包括文档、结构图、数据库脚本。20190103
2021-09-04 10:03:07 981KB sakila
1
.NET Core主页 dotnet / core存储库是.NET Core的一个很好的起点。 最新的主要版本是 。 中列出了最新的修补程序更新。 .NET Core版本 了解有关.NET Core的信息 获得帮助 NET反馈的(或通过工具) 如何参与,贡献和提供反馈 .NET Core团队鼓励在问题和PR方面。 第一步是找到您要贡献的。 查看以查看团队关注的重点。 社区 该项目使用来定义我们社区中的预期行为。 虐待,骚扰或其他不可接受行为的实例可以通过与联系项目维护者进行。 .NET基础 .NET Core平台是一部分。 执照 .NET Core存储库通常使用或许可证来编写代码。 在下,某些项目许可文档和其他形式的内容。 请参阅特定的存储以了解所使用的许可证。
2021-08-18 06:49:25 15KB C#
1
使用向导创建交查表查询示例数据库
2021-08-11 14:12:47 1.19MB Access
1
SQL示例库和习题,学生,教师
2021-08-05 19:02:26 749KB SQL 习题 示例数据库
1