天天看點

Northwind資料庫表字段介紹

Northwind資料庫表字段介紹

① Categories:種類表

相應字段:

CategoryID :類型ID;

CategoryName:類型名;

Description:類型說明;

Picture:産品樣本

CustomerCustomerDemo:客戶類型表1

相應字段:

CustomerID:客戶ID;

CustomerTypeID:客戶類型ID

CustomerDemographics:客戶類型表2

CustomerTypeID:客戶類型ID;

CustomerDesc:客戶描述

④ Customers:客戶表

CustomerID:客戶ID;

CompanyName:所在公司名稱;

ContactName:客戶姓名;

ContactTitle:客戶頭銜;

Address:聯系位址;

City:所在城市;

Region:所在地區;

PostalCode:郵編;

Country:國家

Phone:電話;

Fax:傳真

⑤ Employees:員工表

EmployeeID:員工代号;

LastName + FirstName:員工姓名;

Title:頭銜;

TitleOfCourtesy:尊稱;

BirthDate:出生日期;

HireDate:雇用日期;

Address:家庭位址;

City:所在城市;

Country:國家用;

HomePhone:宅電;

Extension:分機;

Photo:手機;

notes:照片;

ReportsTo:上級;

PhotoPath:照片

⑥ EmployeeTerritories:員工部門表

EmployeeID:員工編号;

TerritoryID:部門代号

⑦ Order Details:訂單明細表

OrderID:訂單編号;

ProductID:産品編号;

UnitPrice:單價;

Quantity:訂購數量;

Discount:折扣

⑧ Orders:訂單表

CustomerID:客戶編号;

OrderDate:訂購日期;

RequiredDate:預計到達日期;

ShippedDate:發貨日期;

ShipVia:運貨商;

Freight:運費;

ShipName:貨主姓名;

ShipAddress:貨主位址

ShipCity:貨主所在城市;

ShipRegion:貨主所在地區;

ShipPostalCode:貨主郵編;

ShipCountry:貨主所在國家

⑨ Products:産品表

ProductID:産品ID;

ProductName:産品名稱;

SupplierID:供應商ID;

CategoryID:類型ID;

QuantityPerUnit:數量;

UnitsInStock:庫存數量;

UnitsOnOrder:訂購量;

ReorderLevel:再次訂購量;

Discontinued:中止

⑩ Region:地區表

RegionID:地區ID;

RegionDescription:地區描述

11 Shippers:運貨商

ShipperID:運貨商ID;

CompanyName:公司名稱;

Phone:聯系電話

12 Suppliers:供應商表

ShipperID:供應商ID;

CompanyName:供應商姓名;

Phone;聯系電話

13 Territories:地域表

TerritoryID:地域編号;

TerritoryDescription:地域描述;

RegionID:地區編号