Production.ProductSubcategory (table)

From dbscript Online Help
Jump to: navigation, search

wikibot[edit]

Table Production.ProductSubcategory
Description Product subcategories. See ProductCategory table.

Columns[edit]

Column Data Type Nullable Default Description
ProductSubcategoryID int not null Primary key for ProductSubcategory records.
ProductCategoryID int not null Product category identification number. Foreign key to ProductCategory.ProductCategoryID.
Name dbo.Name not null Subcategory description.
rowguid uniqueidentifier not null (newid()) ROWGUIDCOL number uniquely identifying the record. Used to support a merge replication sample.
ModifiedDate datetime not null (getdate()) Date and time the record was last updated.

Primary Key[edit]

Primary Key Columns
PK_ProductSubcategory_ProductSubcategoryID ProductSubcategoryID

Indexes[edit]

Index Type Columns
AK_ProductSubcategory_Name Unique Name
AK_ProductSubcategory_rowguid Unique rowguid

Foreign Keys[edit]

Relation Column Referenced Column
Production.ProductCategory ProductCategoryID ProductCategoryID

Detail Tables[edit]

Detail Table Column Referencing Column
Production.Product ProductSubcategoryID ProductSubcategoryID

References[edit]

Dependency Type Object Type Referenced Object
Data Type Type dbo.Name
Schema Schema Production


automatically generated[edit]

Table Production.ProductSubcategory
Description Product subcategories. See ProductCategory table.


Column Data Type Nullable Default Description / PK / Index
ProductSubcategoryID int not null Primary key for ProductSubcategory records.
PK_ProductSubcategory_ProductSubcategoryID
ProductCategoryID int not null Product category identification number. Foreign key to ProductCategory.ProductCategoryID.
Name Name not null Subcategory description.
AK_ProductSubcategory_Name
rowguid uniqueidentifier not null (NEWID()) ROWGUIDCOL number uniquely identifying the record. Used to support a merge replication sample.
AK_ProductSubcategory_rowguid
ModifiedDate datetime not null (GETDATE()) Date and time the record was last updated.


Relation Column Referenced Column
Production.ProductCategory ProductCategoryID ProductCategoryID


Detail Table Column Referencing Column
Production.Product ProductSubcategoryID ProductSubcategoryID


Dependency Type Object Type Referenced Object
Data Type Type dbo.Name
Schema Schema Production