Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 582 Bytes

File metadata and controls

10 lines (6 loc) · 582 Bytes

Northwind-SQLite-MSSQL-PostgreSQL-versions

Northwind SQLite SQLite, MS SQL Server and PostgreSQL versions

An updated SQLite version of the Northwind DB file is presented.

northwind schema

The records to the Products, Categories, Suppliers, Customers tables were added. Cosequently it's possible to demonstrate the outer JOINs of these tables.

Few records were added to Employees for the demonstration of outer join of this table to itself.