GitHub
github.com › sealbro › northwind
GitHub - sealbro/northwind: Northwind sample database for MySql, PostgresQL etc. · GitHub
Northwind sample database for MySql, PostgresQL etc. - sealbro/northwind
Starred by 6 users
Forked by 2 users
Languages JavaScript 88.0% | Shell 12.0%
GitHub
github.com › harryho › db-samples
GitHub - harryho/db-samples: Northwind sample database for MySql, PostgresQL etc. · GitHub
Starred by 185 users
Forked by 135 users
Languages TSQL 95.9% | Shell 1.8% | PowerShell 1.4% | JavaScript 0.9%
Downlaod and Import Northwind Sample Database to SQL Server - YouTube
02:02
How to Install the Northwind SQL Server Sample Database - YouTube
08:30
INSTALL NORTHWIND DATABASE and SQL SERVER for POWER BI USE // ...
04:14
Adding Dummy Data into the NorthWind Database in MySql - YouTube
- YouTube
03:35
How To Install And Attach NorthWind Database in SQL - YouTube
GitHub
github.com › busynovadad › northwind-MySQL
GitHub - busynovadad/northwind-MySQL: MySQL version of Northwind demo database · GitHub
This is a MySQL version of the Microsoft Access 2010 Northwind sample database, re-engineered for MySQL 5+.
Starred by 9 users
Forked by 9 users
GitHub
github.com › dalers › mywind
GitHub - dalers/mywind: MySQL version of Northwind demo database · GitHub
MyWind is a MySQL version of the Microsoft Access 2010 Northwind sample database. The Northwind sample database provided with Microsoft Access is an excellent tutorial schema for a small business to manage customers, orders, inventory, purchasing, ...
Starred by 379 users
Forked by 522 users
Wikiversity
en.wikiversity.org › wiki › Database_Examples › Northwind › MySQL
Database Examples/Northwind/MySQL - Wikiversity
( CategoryID INTEGER PRIMARY KEY AUTO_INCREMENT, CategoryName VARCHAR(25), Description VARCHAR(255) ); CREATE TABLE Customers ( CustomerID INTEGER PRIMARY KEY AUTO_INCREMENT, CustomerName VARCHAR(50), ContactName VARCHAR(50), Address VARCHAR(50), City VARCHAR(20), PostalCode VARCHAR(10), Country VARCHAR(15) ); CREATE TABLE Employees ( EmployeeID INTEGER PRIMARY KEY AUTO_INCREMENT, LastName VARCHAR(15), FirstName VARCHAR(15), BirthDate DATETIME, Photo VARCHAR(25), Notes VARCHAR(1024) ); CREATE TABLE Shippers( ShipperID INTEGER PRIMARY KEY AUTO_INCREMENT, ShipperName VARCHAR(25), Phone VARCHAR(1
GitHub
github.com › narnav › northwind-MySQL
GitHub - narnav/northwind-MySQL: MySQL version of Northwind demo database · GitHub
This is a MySQL version of the Microsoft Access 2010 Northwind sample database, re-engineered for MySQL 5+.
Forked by 20 users
GitHub
github.com › thevedprakash › MySQL-NorthWind-DataBase
GitHub - thevedprakash/MySQL-NorthWind-DataBase
Starred by 2 users
Forked by 8 users
Languages Python 100.0% | Python 100.0%
Top answer 1 of 9
17
UPDATE:
This is an answer for about 4 years ago and links were dead because of time, I'll put new links as soon as I find some.
1- FlightStats
2- MySql Version of NW schema (InnoDB)
3- MySql Version of NW schema (MyISAM)
4- more info
and a suggestion from mindplay.dk:
5- Northwind (schema+data, as provided by mnk below)
2 of 9
7
Here's a version of Northwind for MySQL on GitHub. The column names have been slightly altered to fit the MySQL standard.
https://github.com/dalers/mywind
Wikiversity
en.wikiversity.org › wiki › Database_Examples › Northwind
Database Examples/Northwind - Wikiversity
March 21, 2025 - MySQL · PostgreSQL · SQL Server · SQLite · Bruce Bauer: Northwind Sample Database Diagram · Access2Base: Northwind BaseDocumenter · Access2Base: Northwind LibreOffice / OpenOffice Base Database · Microsoft Access: Featured Templates · Microsoft Power Apps: Install Northwind Traders database and apps · GitHub: Northwind SQLite3 · GitHub: Northwind and pubs sample databases for Microsoft SQL Server ·
Alpha Software
documentation.alphasoftware.com › documentation › pages › GettingStarted › GettingStartedTutorials › Basic Tutorials › Northwind › northwindMySQL.xml
Importing the Northwind Access Database into MySQL
Download the northwindmysql.zip file and extract its contents somewhere on your computer. The .zip contains the Northwind Access database in a self-contained SQL file named "northwindmysql.sql". Open MySQL Workbench.
Chanmingman's Blog
chanmingman.wordpress.com › 2025 › 02 › 15 › mysql-northwind-database
MySQL Northwind Database | Chanmingman's Blog
May 11, 2025 - This blog article provides the SQL DDL and DML to create Northwind database for MySQL. The script will create a database, tables, and data. You can see the following database structure once you execute the script.Also: Northwind in Microsoft SQL Server 2012Source code download: https://github.com/chanmmn/mysql/blob/main/2025/NorthwindMySQL.sql?WT.mc_id=DP-MVP-36769Reference: https://en.wikiversity.org/wiki/Database_Examples/Northwind/MySQL?action=edit&veswitched=1
YugabyteDB
docs.yugabyte.com › stable › sample-data › northwind
Northwind sample database | YugabyteDB Docs
YugabyteDB documentation is the best source to learn the most in-depth information about the YugabyteDB database, YugabyteDB Aeon, and YugabyteDB Anywhere.
W3Resource
w3resource.com › mysql-exercises › northwind › products-table-exercises
MySQL Northwind database, Products table - Exercises, Practice, Solution - w3resource
February 3, 2026 - MySQL Aggregate Functions · Subquery · Joins · Date Time · String · ▼Exercises on Northwind Database · Products Table · --More-- Last update on February 03 2026 12:42:33 (UTC/GMT +8 hours) Structure of Products table: Sample records of Products Table: +-----------+---------------------------------+------------+------------+---------------------+-----------+--------------+--------------+--------------+--------------+ | ProductID | ProductName | SupplierID | CategoryID | QuantityPerUnit | UnitPrice | UnitsInStock | UnitsOnOrder | ReorderLevel | Discontinued | +-----------+--------------
GitHub
github.com › Musili-Adebayo › Northwind-Database
GitHub - Musili-Adebayo/Northwind-Database: This repository contains 50 queries and answers to the popular northwind database using MySQL · GitHub
This repository contains 50 queries and answers to the popular northwind database using MySQL - Musili-Adebayo/Northwind-Database
Starred by 42 users
Forked by 26 users
Bobcares
bobcares.com › blog › mysql-northwind-database
MySQL Northwind Database | How To Setup?
June 11, 2023 - The Microsoft Access database that comes pre-loaded with Alpha Anywhere is called the Northwind database. It is a made-up company called Northwind Traders that handles many different facets of a small business, including orders, products, clients, suppliers, and many others.
Google Code
code.google.com › archive › p › northwindextended › downloads
Google Code Archive - Long-term storage for Google Code Project Hosting.
Archive · Skip to content · The Google Code Archive requires JavaScript to be enabled in your browser · Google · About Google · Privacy · Terms