Difference between revisions of "Production.ProductDescription (table)"
Line 2: | Line 2: | ||
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
− | |- | + | |- valign="top" |
| '''Table | | '''Table | ||
| Production.ProductDescription | | Production.ProductDescription | ||
Line 8: | Line 8: | ||
| '''Description | | '''Description | ||
| Product descriptions in several languages. | | Product descriptions in several languages. | ||
− | |||
|} | |} | ||
− | |||
=== Columns === | === Columns === | ||
Line 20: | Line 18: | ||
| '''Default | | '''Default | ||
| '''Description | | '''Description | ||
− | + | ||
|- valign="top" | |- valign="top" | ||
| ProductDescriptionID | | ProductDescriptionID | ||
Line 52: | Line 50: | ||
| '''Primary Key | | '''Primary Key | ||
| '''Columns | | '''Columns | ||
− | |- | + | |- valign="top" |
| PK_ProductDescription_ProductDescriptionID | | PK_ProductDescription_ProductDescriptionID | ||
| ProductDescriptionID | | ProductDescriptionID | ||
Line 63: | Line 61: | ||
| '''Type | | '''Type | ||
| '''Columns | | '''Columns | ||
− | + | ||
− | |- | + | |- valign="top" |
| AK_ProductDescription_rowguid | | AK_ProductDescription_rowguid | ||
| Unique | | Unique | ||
Line 76: | Line 74: | ||
| '''Column | | '''Column | ||
| '''Referencing Column | | '''Referencing Column | ||
− | + | ||
− | |- | + | |- valign="top" |
| [[Production.ProductModelProductDescriptionCulture_(table)|Production.ProductModelProductDescriptionCulture]] | | [[Production.ProductModelProductDescriptionCulture_(table)|Production.ProductModelProductDescriptionCulture]] | ||
| ProductDescriptionID | | ProductDescriptionID | ||
Line 90: | Line 88: | ||
| '''Referenced Object | | '''Referenced Object | ||
− | |- | + | |- valign="top" |
| Schema | | Schema | ||
| Schema | | Schema | ||
Line 104: | Line 102: | ||
| '''Referencing Object | | '''Referencing Object | ||
− | |- | + | |- valign="top" |
| Select | | Select | ||
| View | | View |
Latest revision as of 23:16, 23 June 2010
Contents
wikibot[edit]
Table | Production.ProductDescription |
Description | Product descriptions in several languages. |
Columns[edit]
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[edit]
Primary Key | Columns |
PK_ProductDescription_ProductDescriptionID | ProductDescriptionID |
Indexes[edit]
Index | Type | Columns |
AK_ProductDescription_rowguid | Unique | rowguid |
Detail Tables[edit]
Detail Table | Column | Referencing Column |
Production.ProductModelProductDescriptionCulture | ProductDescriptionID | ProductDescriptionID |
References[edit]
Dependency Type | Object Type | Referenced Object |
Schema | Schema | Production |
Dependencies[edit]
Reference Type | Object Type | Referencing Object |
Select | View | Production.vProductAndDescription |
automatically generated[edit]
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 |