Sample Databases



pubs

One of the databases provided for SQL Server, pubs, can also be used in MariaDB/MySQL.

Here is a script to create and populate the pubs table: script

To create the pubs database on your local machine, follow the directions below:


Northwind

You can install the northwind database in much the same way.

Here is a script to create and populate the northwind table: script