Skip to content
/ mywind Public
forked from dalers/mywind

MySQL version of Northwind demo database

License

Notifications You must be signed in to change notification settings

puggan/mywind

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 

Repository files navigation

MyWind

MyWind is a MySQL version of the Microsoft Access 2010 Northwind sample database.

The Northwind database is an excellent tutorial schema for a small-business ERP, with customers, orders, inventory, purchasing, suppliers, shipping, employees, and single-entry accounting.

Install

CREATE DATABASE northwind;
USE northwind;
SOURCE northwind.sql;
SOURCE northwind-data.sql;

Source

Forked from https://github.com/dalers/mywind

About

MySQL version of Northwind demo database

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published