NorthWind 資料庫結構說明

2021-05-23 22:59:45 字數 2271 閱讀 2332

① categories:種類表

相應字段:

categoryid :型別id;

categoryname:型別名;

description:型別說明;

picture:產品樣本

② customercustomerdemo:客戶型別表1

相應字段:

customerid:客戶id;

customertypeid:客戶型別id

③ customerdemographics:客戶型別表2

相應字段:

customertypeid:客戶型別id;

customerdesc:客戶描述

④ customers:客戶表

相應字段:

customerid:客戶id;

companyname:所在公司名稱;

contactname:客戶姓名;

contacttitle:客戶頭銜;

city:所在城市;

region:所在地區;

postalcode:郵編;

country:國家

phone:**;

fax:傳真

⑤ employees:員工表

相應字段:

employeeid:員工代號;

lastname + firstname:員工姓名;

title:頭銜;

titleofcourtesy:尊稱;

birthdate:出生日期;

hiredate:雇用日期;

city:所在城市;

region:所在地區;

postalcode:郵編;

country:國家用;

homephone:宅電;

extension:分機;

photo:手機;

notes:備註;

reportsto:上級;

photopath:**

⑥ employeeterritories:員工部門表

相應字段:

employeeid:員工編號;

territoryid:部門代號

⑦ order details:訂單明細表

相應字段:

orderid:訂單編號;

productid:產品編號;

unitprice:單價;

quantity:訂購數量;

discount:折扣

⑧ orders:訂單表

相應字段:

orderid:訂單編號;

customerid:客戶編號;

employeeid:員工編號;

orderdate:訂購日期;

requireddate:預計到達日期;

shippeddate:發貨日期;

shipvia:運貨商;

freight:運費;

shipname:貨主姓名;

shipaddress:貨主位址

shipcity:貨主所在城市;

shipregion:貨主所在地區;

shippostalcode:貨主郵編;

shipcountry:貨主所在國家

⑨ products:產品表

相應字段:

productid:產品id;

productname:產品名稱;

supplierid:**商id;

categoryid:型別id;

quantityperunit:數量;

unitprice:單價;

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:地區編號

northwind資料庫介紹

categories 種類表相應字段 categoryid 型別id categoryname 型別名 description 型別說明 picture 產品樣本 customercustomerdemo 客戶型別表1 相應字段 customerid 客戶id customertypeid 客戶型別...

安裝 Northwind 示例資料庫

當系統提示您執行或儲存該檔案,單擊 儲存 然後選擇檔案目錄,例如 c temp。在 檔案資源管理器中,導航到要儲存檔案的目錄,並雙擊 sql2000sampledb。microsoft sql server 2000 示例資料庫指令碼 嚮導將出現。單擊 下一步 繼續。在 許可協議 頁上,閱讀協議,如...

Northwind資料庫表字段介紹

categories 種類表 相應字段 categoryid 型別id categoryname 型別名 description 型別說明 picture 產品樣本 customercustomerdemo 客戶型別表1 相應字段 customerid 客戶id customertypeid 客戶型...