Howtodojo logo
  • Home 
  • About 
  • Certifications 
  • Sample Database 
  • Cheatsheet 
  • Glossary 
  • Blog 
  • Tags 
  1.   Sample Database
  1. Home
  2. Sample Database
  3. MySQL Sample Database

MySQL Sample Database

Share via
Howtodojo
Link copied to clipboard

This page contain list of MySQL database samples that you can use for your database learning.

On this page
MySQL Sakila Database   World Database   Employees Database   Classicmodels Database   MySQL Test Database   OpenFlights Database  

This page contain list of MySQL database samples.

MySQL Sakila Database  

The Sakila sample database was initially developed by Mike Hillyer, a former member of the MySQL AB documentation team.

It is intended to provide a standard schema that can be used for examples in books, tutorials, articles, samples, and so forth.

The Sakila sample database also serves to highlight features of MySQL such as Views, Stored Procedures, and Triggers.

Download link : https://dev.mysql.com/doc/sakila/en/

World Database  

The World database is often used to demonstrate SQL concepts. It contains information about countries, cities, languages, and more. Download link: https://dev.mysql.com/doc/index-other.html

Employees Database  

The Employees database models a company’s employee structure, including departments, employees, salaries, and titles. Download link: https://dev.mysql.com/doc/employee/en/

Classicmodels Database  

The Classicmodels database is a sample database representing a company that sells scale models of classic cars. It includes tables for products, orders, customers, and employees. Download link: https://www.mysqltutorial.org/mysql-sample-database.aspx

MySQL Test Database  

MySQL provides a simple test database that you can use for experimentation and practice. Download link: https://dev.mysql.com/doc/index-other.html

OpenFlights Database  

The OpenFlights database contains data about airports, airlines, and routes. It’s useful for scenarios involving geographic and logistical data. Download link: https://openflights.org/data.html

Before using any of these databases, make sure to check the documentation and licensing terms to ensure compliance with any usage restrictions.

On this page:
MySQL Sakila Database   World Database   Employees Database   Classicmodels Database   MySQL Test Database   OpenFlights Database  
Follow me

We publish tutorials, tips and tricks about Linux, open source, cloud computing, and infrastructure

     
Copyright © 2012 - 2025 howtodojo.com. |
Howtodojo
Code copied to clipboard