0% found this document useful (0 votes)
344 views

SQL Northwind DBF

This document outlines the tables and fields that would be included in a database for managing orders and customers for a company. The tables include Customers, Suppliers, Products, Categories, Orders, Employees and Shippers. Each table contains identifying fields like IDs as well as descriptive fields for names, addresses, dates and other details. Relationships between the tables allow tracking things like which products were ordered, when, by which customers and employees.

Uploaded by

moon_mohi
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
344 views

SQL Northwind DBF

This document outlines the tables and fields that would be included in a database for managing orders and customers for a company. The tables include Customers, Suppliers, Products, Categories, Orders, Employees and Shippers. Each table contains identifying fields like IDs as well as descriptive fields for names, addresses, dates and other details. Relationships between the tables allow tracking things like which products were ordered, when, by which customers and employees.

Uploaded by

moon_mohi
Copyright
© Attribution Non-Commercial (BY-NC)
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Customers Suppliers SupplierID CompanyName ContactName ContactTitle Address City Region PostalCode Country Phone Fax HomePage Products

ProductID ProductName SupplierID CategoryID QuantityPerUnit Categories CategoryID CategoryName Description Picture UnitPrice UnitsInStock UnitsOnOrder ReorderLevel Discontinued OrderDetails OrderID ProductID UnitPrice Quantity Discount Orders OrderID CustomerID EmployeeID OrderDate RequiredDate ShippedDate ShipVia Freight ShipName ShipAddress ShipCity ShipRegion ShipPostalCode ShipperID ShipCountry CompanyName Phone Shippers CustomerID CompanyName ContactName ContactTitle Address City Region PostalCode Country Phone Fax Employees EmployeeID LastName FirstName Title TitleOfCourtesy BirthDate HireDate Address City Region PostalCode Country HomePhone Extension Photo Notes ReportsTo

You might also like