🌐
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
Northwind sample database for MySql, PostgresQL etc. - harryho/db-samples
Starred by 185 users
Forked by 135 users
Languages   TSQL 95.9% | Shell 1.8% | PowerShell 1.4% | JavaScript 0.9%
🌐
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 › TemitopeoluwaGiwa › northwind
GitHub - TemitopeoluwaGiwa/northwind: Northwind sample database for MySql, PostgresQL etc.
Northwind sample database for MySql, PostgresQL etc. - TemitopeoluwaGiwa/northwind
Author   TemitopeoluwaGiwa
🌐
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
🌐
zentut
zentut.com › home › sql tutorial › sql sample database
SQL Sample Database
April 22, 2024 - You can download Northwind SQL Database in MySQL, Microsoft SQL Server and Microsoft Access format to practice with SQL queries in the tutorials.
🌐
ASPSnippets
aspsnippets.com › Articles › 998 › Download-and-Install-Microsoft-Northwind-Sample-database-in-MySql
Download and Install Microsoft Northwind Sample database in MySql
December 5, 2023 - Northwind Sample database in MySql. Microsoft's Northwind database is available for SQL Server and MS Access but it is not available for download for MySql.
Find elsewhere
🌐
GitHub
github.com › thevedprakash › MySQL-NorthWind-DataBase
GitHub - thevedprakash/MySQL-NorthWind-DataBase
This is a version of the Microsoft Access 2000 Northwind sample database, re-engineered for MySQL.
Starred by 2 users
Forked by 8 users
Languages   Python 100.0% | Python 100.0%
🌐
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.
🌐
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 ·
🌐
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.
🌐
GitHub
github.com › mrin9 › northwind
GitHub - mrin9/northwind: Database agnostic DB Script to create Northwind Data Model with some sample data · GitHub
Database agnostic DB Script to create Northwind Data Model with some sample data - mrin9/northwind
Starred by 32 users
Forked by 41 users
🌐
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