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 ·
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
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
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
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.comMySQL
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.
GitHub
github.com › hhorak › mysql-sample-db › blob › master › mysqlsampledatabase.sql
mysql-sample-db/mysqlsampledatabase.sql at master · hhorak/mysql-sample-db
Name: MySQL Sample Database classicmodels
· Link: http://www.mysqltutorial.org/mysql-sample-database.aspx
· Version 3.1
· + changed data type from DOUBLE to DECIMAL for amount columns
· Version 3.0
· + changed DATETIME to DATE for some colunmns
· Version 2.0
·
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.
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.
Reddit
reddit.com › r/mysql › sample db
r/mysql on Reddit: Sample DB
February 6, 2022 -
New to MySQL (but long-term sql server management studio user) and just started working with it. Does anyone know of a place (github, etc) where I can download a clean copy of samples for Sales or Production or any other type of db that I can experiment with? TIA
Top answer 1 of 4
2
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
2 of 4
2
Don't know if it is what you want, but in drawSQL provides a bunch of templates from databases. PM me if you need help. https://drawsql.app/templates
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 ·