Vendor 表 (AdventureWorks)

包含 Adventure Works Cycles 向其购买零件或其他商品的公司。

Vendor 表定义

Vendor 表包含在 Purchasing 架构中。

数据类型 为空性 说明

VendorID

int

非空

主键。

AccountNumber

AccountNumber(用户定义类型)

nvarchar(15)

非空

供应商帐户(标识)号。

Name

Name(用户定义类型)

nvarchar(50)

非空

公司名称。

CreditRating

tinyint

非空

1 = 高级

2 = 很好

3 = 高于平均水平

4 = 平均

5 = 低于平均水平

PreferredVendorStatus

Flag(用户定义类型)

bit

非空

0 = 不选择使用(如果存在其他供应商)。

1 = 首选使用(如果还有其他供应商提供相同产品)。

ActiveFlag

Flag(用户定义类型)

bit

非空

0 = 不再使用供应商的产品。

1 = 正在使用供应商的产品。

PurchasingWebServiceURL

nvarchar(1024)

供应商的 URL。

ModifiedDate

datetime

非空

行的上次更新日期和时间。

请参阅

参考

ProductVendor 表 (AdventureWorks)
PurchaseOrderHeader 表 (AdventureWorks)
VendorAddress 表 (AdventureWorks)
VendorContact 表 (AdventureWorks)

其他资源

AdventureWorks 数据字典

帮助和信息

获取 SQL Server 2005 帮助