🌐
MySQL
dev.mysql.com › doc › sakila › en
MySQL :: Sakila Sample Database
Sakila Sample Database · Download this Manual · PDF (US Ltr) - 180.8Kb PDF (A4) - 180.7Kb · Table of Contents · 1 Preface and Legal Notices · 2 Introduction · 3 History · 4 Installation · 5 Structure · 5.1 Tables · 5.2 Views · 5.3 Stored Procedures ·
🌐
MySQL Tutorial
mysqltutorial.org › home › getting started with mysql › mysql sample database
MySQL Sample Database
December 29, 2023 - We’ll use this sample database in our MySQL tutorials to demonstrate a wide range of MySQL features, from simple queries to complex stored procedures. You can download the sample database from the following link:
Discussions

Sample DB
This might suit your needs. I wrote an app in Python that can generate a CRM and sales database with sample data. The readme is ok but PM me if you need help: https://github.com/cavebutter/datagen More on reddit.com
🌐 r/mysql
9
7
February 6, 2022
Are there any “real-like” large size databases I can download to practice SQL ? What do you recommend?
Kaggle https://www.kaggle.com/datasets More on reddit.com
🌐 r/SQL
37
139
December 5, 2023
Free database to download
https://www.brentozar.com/archive/2021/03/download-the-current-stack-overflow-database-for-free-2021-02/ More on reddit.com
🌐 r/SQL
5
3
October 7, 2022
Sample databases available to download/load?

The Internet Movie Database (IMDb) offers its dataset for non-commercial use: https://www.imdb.com/interfaces/

I used to use this in MySQL training classes. It's a pretty fun dataset to use.

The wording in their license seems like it's mostly trying to block people from creating competitor sites using their data, so I believe it is permitted to use the data as a learning tool in a class. But if you have any doubts, I encourage you to contact them.

More on reddit.com
🌐 r/mysql
3
1
February 28, 2022
🌐
MySQL
dev.mysql.com › doc › employee › en
MySQL :: Employees Sample Database
Employees Sample Database · Download this Manual · PDF (US Ltr) - 97.4Kb PDF (A4) - 97.6Kb · Table of Contents · 1 Preface and Legal Notices · 2 Introduction · 3 Installation · 4 Validating the Employee Data · 5 Employees Structure · 6 License for the Employees Database ·
🌐
MySQL
dev.mysql.com › doc › employee › en › employees-installation.html
MySQL :: Employees Sample Database :: 3 Installation
Employees Sample Database · Download this Manual · PDF (US Ltr) - 97.4Kb PDF (A4) - 97.6Kb · Employees Sample Database / Installation · The Employees database is available from Employees DB on GitHub. You can download a prepackaged archive of the data, or access the information through Git.
🌐
MySQL
dev.mysql.com › doc › world-setup › en
MySQL :: Setting Up the world Database
Setting Up the world Database · Download this Manual · PDF (US Ltr) - 24.6Kb PDF (A4) - 23.3Kb · Table of Contents · 1 Preface and Legal Notices · 2 Installation · 3 History · This document describes world sample database installation, structure, usage, and history.
🌐
MySQL
dev.mysql.com › doc › sakila › en › sakila-installation.html
MySQL :: Sakila Sample Database :: 4 Installation
Sakila Sample Database · Download this Manual · PDF (US Ltr) - 180.8Kb PDF (A4) - 180.7Kb · Sakila Sample Database / Installation · The Sakila sample database is available from https://dev.mysql.com/doc/index-other.html. A downloadable archive is available in compressed tar file or Zip format.
🌐
MySQL
dev.mysql.com › doc › employee › en › employees-introduction.html
MySQL :: Employees Sample Database :: 2 Introduction
Employees Sample Database · Download this Manual · PDF (US Ltr) - 97.4Kb PDF (A4) - 97.6Kb · Employees Sample Database / Introduction · This document describes the Employees sample database.
🌐
MySQL
downloads.mysql.com › docs › sakila-en.pdf pdf
Sakila Sample Database Table of Contents
MySQL server 5.6.10, when before MyISAM was used. ... • Added an additional copy of the Sakila example database that includes spatial data with the geometry · data type. This is available as a separate download, and requires MySQL server 5.7.5 or later.
Find elsewhere
🌐
GitHub
github.com › hhorak › mysql-sample-db › blob › master › mysqlsampledatabase.sql
mysql-sample-db/mysqlsampledatabase.sql at master · hhorak/mysql-sample-db
Sample MySQL and MariaDB database data that can be used for upgrade testing - mysql-sample-db/mysqlsampledatabase.sql at master · hhorak/mysql-sample-db
Author   hhorak
🌐
Framework Repositories
frameworks.readthedocs.io › en › latest › databases › mysql › mysqlSampleDatabase.html
MySQL Sample Database — Framework Repositories 1.0 documentation
.pdf · Download Sample Database · USE classicmodels; SELECT * FROM customers; Customers: stores customer’s data. Products: stores a list of scale model cars. ProductLines: stores a list of product line categories. Orders: stores sales orders placed by customers.
🌐
MySQL
dev.mysql.com › doc › index-other.html
MySQL :: Other MySQL Documentation
The world's most popular open source database · Developer Zone Downloads MySQL.com · Documentation · Section Menu: Search · Other MySQL Documentation · This page provides additional documentation. There's even more available on these extra pages: Archives: the documentation archives ·
🌐
NTU Singapore
www3.ntu.edu.sg › home › ehchua › programming › sql › SampleDatabases.html
MySQL Sample Databases
The MySQL's Sample Salika (DVD Rental) Database can be downloaded fromhttp://dev.mysql.com/doc/sakila/en/index.html. It is a complex database with 16 tables. It also illustrates features such as Views, Stored Procedures and Triggers.
🌐
Dataedo
dataedo.com › kb › databases › mysql › sample-databases
Sample MySQL databases - MySQL - Design & Metadata
October 2, 2018 - Article for: MySQL ▾ SQL Server Oracle database Snowflake Amazon Redshift SAP/Sybase ASE IBM DB2 PostgreSQL MariaDB · Sakila is MySQL sample database - a movie rental database with 16 tables, views, stored procedures, functions and triggers.
🌐
MySQL
dev.mysql.com › doc › world-setup › en › world-setup-installation.html
MySQL :: Setting Up the world Database :: 2 Installation
To enable MySQL users to perform manipulation of the world sample database using MySQL, the data set is available as a set of three tables: country: Information about countries of the world. city: Information about some of the cities in those countries. countrylanguage: Languages spoken in each country. The world.sql file containing the world database is available for download at https://dev.mysql.com/doc/index-other.html.
🌐
GitHub
github.com › datacharmer › test_db
GitHub - datacharmer/test_db: A sample MySQL database with an integrated test suite, used to test your applications and database servers · GitHub
A sample MySQL database with an integrated test suite, used to test your applications and database servers - datacharmer/test_db
Starred by 4.4K users
Forked by 2.7K users
Languages   PLpgSQL 79.2% | Shell 20.8%
🌐
MySQL
downloads.mysql.com › docs › world-setup-en.pdf pdf
Setting Up the world Database Table of Contents
This document describes world sample database installation, structure, usage, and history.
🌐
Quackit
quackit.com › mysql › tutorial › mysql_sample_database.cfm
MySQL Sample Database
Using a sample database is the quickest way to learn about MySQL. This article explains how to download and install the Sakila sample database. Uses MySQL Workbench to load and run the script.
🌐
MySQL
downloads.mysql.com › docs › sakila-en.a4.pdf pdf
Sakila Sample Database
The world's most popular open source database · Developer Zone Documentation MySQL.com · Downloads · Section Menu: MySQL Community Downloads · MySQL Yum Repository · MySQL APT Repository · MySQL SUSE Repository · MySQL Community Server · MySQL NDB Cluster ·
🌐
Devart
devart.com › dbforge › mysql › studio › mysql-sample-database.html
MySQL Sample Database - dbForge Studio Tutorial
The entire MySQL user community supports this test database: you can be sure that any possible bugs are immediately reported and fixed. Every user's feedback is valued. If you choose the sakila sample database, its download ZIP package is available on the official page.