ProductSubcategory 表 (AdventureWorks)

包含产品子类别,例如:山地自行车、车轮、手套、头盔和清洁剂。

ProductSubcategory 表定义

ProductSubcategory 表包含在 Production 架构中。

数据类型 为空性 说明

ProductSubcategoryID

smallint

非空

ProductSubcategory 行的主键。

ProductCategoryID

int

非空

产品类别标识号。指向 ProductCategory.ProductCategoryID 的外键。

Name

Name(用户定义类型)

nvarchar(50)

非空

子类别说明。

rowguid

uniqueidentifier ROWGUIDCOL

非空

唯一标识行的 ROWGUIDCOL 号。用于支持合并复制示例。

ModifiedDate

datetime

非空

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

请参阅

参考

Product 表 (AdventureWorks)
ProductCategory 表 (AdventureWorks)
ProductModel 表 (AdventureWorks)

其他资源

AdventureWorks 数据字典

帮助和信息

获取 SQL Server 2005 帮助