Difference between revisions of "Production.ProductDescription (table)"
| Line 61: | Line 61: | ||
| ProductDescriptionID | | ProductDescriptionID | ||
|} | |} | ||
| − | |||
== automatically generated == | == automatically generated == | ||
| Line 83: | Line 82: | ||
| '''Nullable | | '''Nullable | ||
| '''Default | | '''Default | ||
| − | | '''Description | + | | '''Description / PK / Index |
| − | |||
| − | |- | + | |- valign="top" |
| ProductDescriptionID | | ProductDescriptionID | ||
| int | | int | ||
| not null | | not null | ||
| | | | ||
| − | | Primary key for ProductDescription records. | + | | Primary key for ProductDescription records.PK_ProductDescription_ProductDescriptionID |
| − | + | |- valign="top" | |
| − | |- | ||
| Description | | Description | ||
| nvarchar(400) | | nvarchar(400) | ||
| Line 99: | Line 96: | ||
| | | | ||
| Description of the product. | | Description of the product. | ||
| − | + | |- 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. | + | | ROWGUIDCOL number uniquely identifying the record. Used to support a merge replication sample.AK_ProductDescription_rowguid |
| − | + | |- valign="top" | |
| − | |- | ||
| ModifiedDate | | ModifiedDate | ||
| datetime | | datetime | ||
| Line 113: | Line 108: | ||
| (GETDATE()) | | (GETDATE()) | ||
| Date and time the record was last updated. | | Date and time the record was last updated. | ||
| − | |||
|} | |} | ||
| Line 128: | Line 122: | ||
| ProductDescriptionID | | ProductDescriptionID | ||
| ProductDescriptionID | | ProductDescriptionID | ||
| + | |} | ||
| + | |||
| + | |||
| + | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
| + | |- style="background:silver" | ||
| + | | '''Referencing Object | ||
| + | | '''Object Type | ||
| + | | '''Reference Type | ||
| + | |||
| + | |- | ||
| + | | [[Production.vProductAndDescription_(view)|Production.vProductAndDescription]] | ||
| + | | View | ||
| + | | Select | ||
|} | |} | ||
Revision as of 23:57, 26 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 |