1
0
mirror of https://github.com/dalers/mywind.git synced 2025-12-08 14:58:49 +00:00

Update README.md

Removed duplication in general description.
This commit is contained in:
Dale Scott
2024-05-22 17:33:43 -06:00
committed by GitHub
parent f99e93e616
commit 0036c3ca2f

View File

@ -2,12 +2,7 @@
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. However,
I wanted to experiment with the schema using [MySQL](http://www.mysql.com).
The Northwind sample database provided with Microsoft Access is a tutorial schema for managing small business customers, orders, inventory, purchasing, suppliers, shipping, and employees. My problem was I wanted to experiment with the Northwind schema using [MySQL](http://www.mysql.com).
The Northwind sample database provided with Microsoft Access is an excellent tutorial schema for a small business to manage customers, orders, inventory, purchasing, suppliers, shipping, and employees, using single-entry accounting. However, I wanted to experiment with the Northwind schema using [MySQL](http://www.mysql.com).
## WARNING