数据集:GitHub - datacharmer/test_db: A sample MySQL database with an integrated test suite, used to test your applications and database servers
下载 test_db:
https://github.com/datacharmer/test_db/releases/download/v1.0.7/test_db-1.0.7.tar.gz
Linux 导入 mysql:
tar -xzvf test_db-1.0.7.tar.gz
cd test_db-1.0.7
mysql -uroot -p < employees.sql
其他官方提供的数据集: