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
数据库的有关题目,想要的下载,不要吝啬2分啊
2021-10-11 22:47:24 932B employee
1
员工管理系统数据库
2021-09-23 16:02:52 7KB 数据库
1
JAVA的一道作业,关于应聘者的,就是普通的功能
2021-09-09 14:44:44 294B EMPLOYEE
1
@Java 大家好,我是Ziph! 下面分为三种打印方法: import java.util.Scanner; /** * @author Ziph * @date 2020年2月21日 * @Email mylifes1110@163.com */ public class TestDemo { public static void main(String[] args) { //----------------------------------------------------------------------------------------- //方法一、 Sala
2021-08-27 17:45:56 283KB mp mpl pl
1
数据库测试DB,mysql官方测试数据库文件,employee
2021-08-26 09:10:26 34.99MB javascript html css3 mongodb
1
用SpringBoot写的简易人员管理系统,包含国际化页面和404页面的优化
2021-08-07 20:02:38 582KB SpringBoot Java Web 404
1
java代码-Employee.java
2021-07-16 19:03:12 783B 代码
1
java代码-定义一个员工信息类Employee
2021-07-15 10:06:30 920B 代码
1
java代码-定义一个员工信息类Employee
2021-07-15 10:06:27 920B 代码
1