YugabyteDB
docs.yugabyte.com › stable › develop › sample-data › northwind
Northwind sample database | YugabyteDB Docs
May 7, 2026 - The Northwind database is a sample ... products for decades. The Northwind database contains the sales data for a fictitious company called “Northwind Traders,” which imports and exports specialty foods from around the world....
08:30
INSTALL NORTHWIND DATABASE and SQL SERVER for POWER BI USE // ...
Downlaod and Import Northwind Sample Database to SQL Server - YouTube
02:02
How to Install the Northwind SQL Server Sample Database - YouTube
05:02
Get Northwind Database for Microsoft Access - YouTube
04:46
Introduction to Northwind database structure - YouTube
09:13
northwind database - YouTube
OutSystems
outsystems.com › forge › component-overview › 7058 › northwind-db-o11
Northwind DB - Overview (O11) | OutSystems
May 4, 2022 - The Northwind database is a sample database used by Microsoft to demonstrate the features of some of its products, including SQL Server. The database contains the sales data for Northwind Traders, a fictitious speciality foods export/import company.
GitHub
github.com › yugabyte › yugabyte-db › wiki › Northwind-Sample-Database
Northwind Sample Database
July 22, 2019 - The Northwind database is a sample ... Northwind database contains the sales data for a fictitious company called “Northwind Traders,” which imports and exports specialty foods from around the world....
Author yugabyte
Microsoft Learn
learn.microsoft.com › en-us › dotnet › framework › data › adonet › sql › linq › downloading-sample-databases
Get the sample SQL Server databases for ADO.NET code samples - ADO.NET | Microsoft Learn
The Northwind sample database for Microsoft Access is not available on the Microsoft Download Center. To install Northwind directly from within Access, do the following things: Open Access. Enter Northwind in the Search for Online Templates box, and then select Enter. On the results screen, select Northwind. A new window opens with a description of the Northwind database.
Jise
jise.org › Volume26 › n2 › JISEv26n2p85.pdf pdf
Teaching Case Adapting the Access Northwind Database to Support a
support application over the complete domain of design, implementation and management concepts across a single database. The Northwind Traders sample database is available by Microsoft for download and use in Microsoft Access, and illustrates
Wikiversity
en.wikiversity.org › wiki › Database_Examples › Northwind › SQL_Server
Database Examples/Northwind/SQL Server - Wikiversity
IF NOT EXISTS (SELECT * FROM sys.databases WHERE name = 'Northwind') CREATE DATABASE Northwind GO USE Northwind GO IF EXISTS (SELECT * FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_NAME = 'OrderDetails') DROP TABLE OrderDetails GO IF EXISTS (SELECT * FROM INFORMATION_SCHEMA.TABLES WHERE TABLE_NAME ...
Wikiversity
en.wikiversity.org › wiki › Database_Examples › Northwind › MySQL
Database Examples/Northwind/MySQL - Wikiversity
CREATE DATABASE IF NOT EXISTS Northwind; USE Northwind; DROP TABLE IF EXISTS OrderDetails; DROP TABLE IF EXISTS Orders; DROP TABLE IF EXISTS Products; DROP TABLE IF EXISTS Categories; DROP TABLE IF EXISTS Customers; DROP TABLE IF EXISTS Employees; DROP TABLE IF EXISTS Shippers; DROP TABLE IF EXISTS Suppliers; START TRANSACTION; CREATE TABLE Categories ( CategoryID INTEGER PRIMARY KEY AUTO_INCREMENT, CategoryName VARCHAR(25), Description ...
DevExpress
docs.devexpress.com › product information › northwind sample database
Sample Northwind SQLite Database (nwind.db) | .NET Reporting Tools | DevExpress Documentation
February 6, 2025 - The Northwind Access 97 database is the legacy database used previously in the Reporting examples.
Microsoft Support
support.microsoft.com › en-us › access › northwind-2-0-developer-edition
Northwind 2.0 Developer Edition | Microsoft Support
The pre-existing Northwind Starter Edition sample database has been around quite a while and has inspired many other sample solutions. Now, as a follow-up, a group of deeply experienced Access MVPs convened to re-invigorate Northwind by creating the Northwind 2.0 Developer Edition.
GitHub
raw.githubusercontent.com › microsoft › sql-server-samples › master › samples › databases › northwind-pubs › instnwnd.sql
Northwind database - GitHub
roducts.UnitPrice DESC GO create procedure "Employee Sales by Country" @Beginning_Date DateTime, @Ending_Date DateTime AS SELECT Employees.Country, Employees.LastName, Employees.FirstName, Orders.ShippedDate, Orders.OrderID, "Order Subtotals".Subtotal AS SaleAmount FROM Employees INNER JOIN (Orders INNER JOIN "Order Subtotals" ON Orders.OrderID = "Order Subtotals".OrderID) ON Employees.EmployeeID = Orders.EmployeeID WHERE Orders.ShippedDate Between @Beginning_Date And @Ending_Date GO create procedure "Sales by Year" @Beginning_Date DateTime, @Ending_Date DateTime AS SELECT Orders.ShippedDate,
Alaska-software
doc.alaska-software.com › content › pgdbe_h2_the_northwind_example_database.cxp
The northwind example database
Xbase++ comes with a sample data model named northwind. The data model is available for the PostgreSQL server, for free dbf tables, Visual FoxPro dbc, ADS dictionary and SQLite databases. Two steps are required to load this sample database into a PostgreSQL server.
GitHub
github.com › sealbro › northwind
GitHub - sealbro/northwind: Northwind sample database for MySql, PostgresQL etc. · GitHub
This project is inspired by Microsoft Sample Databases, but it only targets other databases, such as MySql, PostgresQL, etc. This folder contains scripts to create and load the Northwind sample databases.
Starred by 6 users
Forked by 2 users
Languages JavaScript 88.0% | Shell 12.0%
GitHub
github.com › microsoft › sql-server-samples › tree › master › samples › databases › northwind-pubs
sql-server-samples/samples/databases/northwind-pubs at master · microsoft/sql-server-samples
This folder contains scripts to create and load the Northwind (instnwnd.sql) and pubs (instpubs.sql) sample databases.
Author microsoft
Scribd
scribd.com › document › 224761915 › T-SQL-Northwind-Database
T-SQL Northwind Database | PDF | Sql | Databases
Northwind is a sample database used by Microsoft to demonstrate features of its products. The Northwind database contains the sales data for a fictitious specialty foods export-import compan…Full description