Every other Northwind is a file you have to run first — a
.sql script against a server, a .bak to restore, an
Access template to open in Access. This one is a link.
Microsoft made Northwind to teach with: the sales records of a fictional specialty-food importer called Northwind Traders. This is that data, rebuilt as a working application rather than a set of tables:
| Collection | What is in it |
|---|---|
| Customers | Companies, contacts, addresses |
| Orders | Dates, shipping, the customer and employee behind each one |
| Order details | The lines: product, unit price, quantity, discount |
| Products | Prices, stock, the supplier and category each belongs to |
| Suppliers, Categories, Employees, Shippers | The rest of the model, linked up |
Open a customer and their orders are on the page. Open an order and its lines are on the page. That is the part a table dump cannot show you, and it is the reason Northwind exists as a teaching set at all: the relationships are the lesson.
SELECT. If a SQL playground is what you came for, Microsoft's
own scripts against SQL Server or PostgreSQL are the right tool and this is
not.Northwind is the database almost everyone evaluating a tool already knows, which makes it the fairest thing to show. You are not being sold a demo built to flatter the product; you are looking at a model you can already check against your own memory of it.
Brought your own data instead? Paste a Google Sheet
link or drop a .csv on /access and get the
same thing built from your records — every tab read, not just the first
(what happens to each tab). Or tell us what
your current system does and we will build a working
version and show you. No fee and no card — what we build fits the
free plan.