Production.ProductDescription (table)

From dbscript Online Help
Revision as of 23:54, 28 December 2009 by Bot (talk | contribs)
Jump to: navigation, search

wikibot

Table Production.ProductDescription
Description Product descriptions in several languages.


Column Data Type Nullable Default Description / PK / Index
ProductDescriptionID int not null Primary key for ProductDescription records.
PK_ProductDescription_ProductDescriptionID
Description nvarchar(400) not null Description of the product.
rowguid uniqueidentifier not null (newid()) ROWGUIDCOL number uniquely identifying the record. Used to support a merge replication sample.
AK_ProductDescription_rowguid
ModifiedDate datetime not null (getdate()) Date and time the record was last updated.


Detail Table Column Referencing Column
Production.ProductModelProductDescriptionCulture ProductDescriptionID ProductDescriptionID


Reference Type Object Type Referencing Object
Select View Production.vProductAndDescription


automatically generated

Table Production.ProductDescription
Description Product descriptions in several languages.


Column Data Type Nullable Default Description / PK / Index
ProductDescriptionID int not null Primary key for ProductDescription records.
PK_ProductDescription_ProductDescriptionID
Description nvarchar(400) not null Description of the product.
rowguid uniqueidentifier not null (NEWID()) ROWGUIDCOL number uniquely identifying the record. Used to support a merge replication sample.
AK_ProductDescription_rowguid
ModifiedDate datetime not null (GETDATE()) Date and time the record was last updated.


Detail Table Column Referencing Column
Production.ProductModelProductDescriptionCulture ProductDescriptionID ProductDescriptionID


Dependency Type Object Type Referenced Object
Schema Schema Production


Reference Type Object Type Referencing Object
Select View Production.vProductAndDescription