Difference between revisions of "Production.ProductDescription (table)"
Line 12: | Line 12: | ||
+ | === Columns === | ||
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
|- style="background:silver" | |- style="background:silver" | ||
Line 18: | Line 19: | ||
| '''Nullable | | '''Nullable | ||
| '''Default | | '''Default | ||
− | | '''Description | + | | '''Description |
|- valign="top" | |- valign="top" | ||
Line 25: | Line 26: | ||
| not null | | not null | ||
| | | | ||
− | | Primary key for ProductDescription records. | + | | Primary key for ProductDescription records. |
|- valign="top" | |- valign="top" | ||
| Description | | Description | ||
Line 31: | Line 32: | ||
| not null | | not null | ||
| | | | ||
− | | Description of the product. | + | | Description of the product. |
|- valign="top" | |- valign="top" | ||
| rowguid | | rowguid | ||
Line 37: | Line 38: | ||
| 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. |
|- valign="top" | |- valign="top" | ||
| ModifiedDate | | ModifiedDate | ||
Line 43: | Line 44: | ||
| not null | | not null | ||
| (getdate()) | | (getdate()) | ||
− | | Date and time the record was last updated. | + | | Date and time the record was last updated. |
|} | |} | ||
+ | === Primary Key === | ||
+ | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
+ | |- style="background:silver" | ||
+ | | '''Primary Key | ||
+ | | '''Columns | ||
+ | |- | ||
+ | | PK_ProductDescription_ProductDescriptionID | ||
+ | | ProductDescriptionID | ||
+ | |} | ||
+ | === Indexes === | ||
+ | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
+ | |- style="background:silver" | ||
+ | | '''Index | ||
+ | | '''Type | ||
+ | | '''Columns | ||
+ | |||
+ | |- | ||
+ | | AK_ProductDescription_rowguid | ||
+ | | Unique | ||
+ | | rowguid | ||
+ | |} | ||
+ | === Detail Tables === | ||
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
|- style="background:silver" | |- style="background:silver" | ||
Line 60: | Line 83: | ||
|} | |} | ||
+ | === References === | ||
+ | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
+ | |- style="background:silver" | ||
+ | | '''Dependency Type | ||
+ | | '''Object Type | ||
+ | | '''Referenced Object | ||
+ | |- | ||
+ | | Schema | ||
+ | | Schema | ||
+ | | [[Production_(schema)|Production]] | ||
+ | |||
+ | |} | ||
+ | |||
+ | === Dependencies === | ||
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
|- style="background:silver" | |- style="background:silver" | ||
Line 73: | Line 110: | ||
|} | |} | ||
− | |||
Revision as of 23:05, 2 February 2010
Contents
wikibot
Table | Production.ProductDescription |
Description | Product descriptions in several languages. |
Columns
Column | Data Type | Nullable | Default | Description |
ProductDescriptionID | int | not null | Primary key for ProductDescription records. | |
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. |
ModifiedDate | datetime | not null | (getdate()) | Date and time the record was last updated. |
Primary Key
Primary Key | Columns |
PK_ProductDescription_ProductDescriptionID | ProductDescriptionID |
Indexes
Index | Type | Columns |
AK_ProductDescription_rowguid | Unique | rowguid |
Detail Tables
Detail Table | Column | Referencing Column |
Production.ProductModelProductDescriptionCulture | ProductDescriptionID | ProductDescriptionID |
References
Dependency Type | Object Type | Referenced Object |
Schema | Schema | Production |
Dependencies
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 |