ProductVendor 表 (AdventureWorks)
是一个将供应商映射到其提供给 Adventure Works Cycles 的产品的交叉引用表。
ProductVendor 表定义
ProductVendor 表包含在 Purchasing 架构中。
列 | 数据类型 | 为空性 | 说明 |
---|---|---|---|
ProductID |
int |
非空 |
主键。指向 Product.ProductID 的外键。 |
VendorID |
int |
非空 |
主键。指向 Vendor.VendorID 的外键。 |
AverageLeadTime |
int |
非空 |
向供应商下订单和收到采购的产品之间的平均时间长度(天)。 |
StandardPrice |
money |
非空 |
供应商通常的销售价格。 |
LastReceiptCost |
money |
空 |
上次采购时的销售价格。 |
LastReceiptDate |
datetime |
空 |
上次收到供应商的产品的日期。 |
MinOrderQty |
int |
非空 |
应订购的最小数量。 |
MaxOrderQty |
int |
非空 |
应订购的最大数量。 |
OnOrderQty |
int |
空 |
当前订购的数量。 |
UnitMeasureCode |
nchar(3) |
非空 |
产品测量单位。 |
ModifiedDate |
datetime |
非空 |
行的上次更新日期和时间。 |
请参阅
参考
Product 表 (AdventureWorks)
UnitMeasure 表 (AdventureWorks)
Vendor 表 (AdventureWorks)