相應字段:
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:所在城市;
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 客戶型...
資料庫表字段命名規範
摘要 當前研發工作中經常出現因資料庫表 資料庫表字段格式不規則而影響開發進度的問題,在後續開發使用原來資料庫表時,也會因為資料庫表的可讀性不夠高,表字段規則不統一,造成資料查詢,資料使用效率低的問題,所以有必要整理出一套合適的資料庫表字段命名規範來解決優化這些問題。本文是一篇包含了資料庫命名 資料庫...
資料庫表字段命名規範
摘要 當前研發工作中經常出現因資料庫表 資料庫表字段格式不規則而影響開發進度的問題,在後續開發使用原來資料庫表時,也會因為資料庫表的可讀性不夠高,表字段規則不統一,造成資料查詢,資料使用效率低的問題,所以有必要整理出一套合適的資料庫表字段命名規範來解決優化這些問題。本文是一篇包含了資料庫命名 資料庫...