Difference between revisions of "Production.ProductDescription (table)"
| Line 5: | Line 5: | ||
| '''Table | | '''Table | ||
| Production.ProductDescription | | Production.ProductDescription | ||
| + | |- valign="top" | ||
| + | | '''Description | ||
| + | | Product descriptions in several languages. | ||
|- | |- | ||
|} | |} | ||
| Line 15: | Line 18: | ||
| '''Nullable | | '''Nullable | ||
| '''Default | | '''Default | ||
| − | | '''PK | + | | '''Description / PK / Index |
| − | |||
| − | |- | + | |- valign="top" |
| ProductDescriptionID | | ProductDescriptionID | ||
| int | | int | ||
| not null | | not null | ||
| | | | ||
| − | | PK_ProductDescription_ProductDescriptionID | + | | Primary key for ProductDescription records.<br />PK_ProductDescription_ProductDescriptionID |
| − | + | |- valign="top" | |
| − | |- | ||
| Description | | Description | ||
| nvarchar(400) | | nvarchar(400) | ||
| not null | | not null | ||
| | | | ||
| − | | | + | | Description of the product.<br /> |
| − | + | |- valign="top" | |
| − | |- | ||
| rowguid | | rowguid | ||
| uniqueidentifier | | uniqueidentifier | ||
| not null | | not null | ||
| (newid()) | | (newid()) | ||
| − | | | + | | ROWGUIDCOL number uniquely identifying the record. Used to support a merge replication sample.<br />AK_ProductDescription_rowguid |
| − | + | |- valign="top" | |
| − | |- | ||
| ModifiedDate | | ModifiedDate | ||
| datetime | | datetime | ||
| not null | | not null | ||
| (getdate()) | | (getdate()) | ||
| − | | | + | | Date and time the record was last updated.<br /> |
| − | |||
|} | |} | ||
| Line 61: | Line 59: | ||
| ProductDescriptionID | | ProductDescriptionID | ||
|} | |} | ||
| + | |||
| + | |||
| + | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
| + | |- style="background:silver" | ||
| + | | '''Reference Type | ||
| + | | '''Object Type | ||
| + | | '''Referencing Object | ||
| + | |||
| + | |- | ||
| + | | Select | ||
| + | | View | ||
| + | | [[Production.vProductAndDescription_(view)|Production.vProductAndDescription]] | ||
| + | |||
| + | |} | ||
| + | |||
| + | |||
| + | |||
== automatically generated == | == automatically generated == | ||
Revision as of 22:54, 28 December 2009
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 |