Difference between revisions of "Production.ProductDescription (table)"

From dbscript Online Help
Jump to: navigation, search
Line 89: Line 89:
 
| not null
 
| not null
 
|  
 
|  
| Primary key for ProductDescription records.PK_ProductDescription_ProductDescriptionID
+
| Primary key for ProductDescription records.<br />PK_ProductDescription_ProductDescriptionID
 
|- valign="top"
 
|- valign="top"
 
| Description
 
| Description
Line 95: Line 95:
 
| not null
 
| not null
 
|  
 
|  
| Description of the product.
+
| Description of the product.<br />
 
|- valign="top"
 
|- valign="top"
 
| rowguid
 
| rowguid
Line 101: Line 101:
 
| not null
 
| not null
 
| (NEWID())
 
| (NEWID())
| ROWGUIDCOL number uniquely identifying the record. Used to support a merge replication sample.AK_ProductDescription_rowguid
+
| ROWGUIDCOL number uniquely identifying the record. Used to support a merge replication sample.<br />AK_ProductDescription_rowguid
 
|- valign="top"
 
|- valign="top"
 
| ModifiedDate
 
| ModifiedDate
Line 107: Line 107:
 
| not null
 
| not null
 
| (GETDATE())
 
| (GETDATE())
| Date and time the record was last updated.
+
| Date and time the record was last updated.<br />
 
|}
 
|}
  

Revision as of 01:10, 27 November 2009

wikibot

Table Production.ProductDescription


Column Data Type Nullable Default PK Index
ProductDescriptionID int not null PK_ProductDescription_ProductDescriptionID
Description nvarchar(400) not null
rowguid uniqueidentifier not null (newid()) AK_ProductDescription_rowguid
ModifiedDate datetime not null (getdate())


Detail Table Column Referencing Column
Production.ProductModelProductDescriptionCulture ProductDescriptionID ProductDescriptionID

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


Referencing Object Object Type Reference Type
Production.vProductAndDescription View Select