Difference between revisions of "Production.ProductModelProductDescriptionCulture (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. Foreign key to ProductModel.ProductModelID. | + | | Primary key. Foreign key to ProductModel.ProductModelID. |
|- valign="top" | |- valign="top" | ||
| ProductDescriptionID | | ProductDescriptionID | ||
| Line 31: | Line 32: | ||
| not null | | not null | ||
| | | | ||
| − | | Primary key. Foreign key to ProductDescription.ProductDescriptionID. | + | | Primary key. Foreign key to ProductDescription.ProductDescriptionID. |
|- valign="top" | |- valign="top" | ||
| CultureID | | CultureID | ||
| Line 37: | Line 38: | ||
| not null | | not null | ||
| | | | ||
| − | | Culture identification number. Foreign key to Culture.CultureID. | + | | Culture identification number. Foreign key to Culture.CultureID. |
|- 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_ProductModelProductDescriptionCulture_ProductModelID_ProductDescriptionID_CultureID | ||
| + | | ProductModelID, ProductDescriptionID, CultureID | ||
| + | |} | ||
| − | + | === Foreign Keys === | |
{| 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 68: | Line 78: | ||
|} | |} | ||
| + | === 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 81: | Line 105: | ||
|} | |} | ||
| − | |||
Revision as of 23:05, 2 February 2010
Contents
wikibot
| Table | Production.ProductModelProductDescriptionCulture |
| Description | Cross-reference table mapping product descriptions and the language the description is written in. |
Columns
| Column | Data Type | Nullable | Default | Description |
| ProductModelID | int | not null | Primary key. Foreign key to ProductModel.ProductModelID. | |
| ProductDescriptionID | int | not null | Primary key. Foreign key to ProductDescription.ProductDescriptionID. | |
| CultureID | nchar(6) | not null | Culture identification number. Foreign key to Culture.CultureID. | |
| ModifiedDate | datetime | not null | (getdate()) | Date and time the record was last updated. |
Primary Key
| Primary Key | Columns |
| PK_ProductModelProductDescriptionCulture_ProductModelID_ProductDescriptionID_CultureID | ProductModelID, ProductDescriptionID, CultureID |
Foreign Keys
| Relation | Column | Referenced Column |
| Production.Culture | CultureID | CultureID |
| Production.ProductDescription | ProductDescriptionID | ProductDescriptionID |
| Production.ProductModel | ProductModelID | ProductModelID |
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.ProductModelProductDescriptionCulture |
| Description | Cross-reference table mapping product descriptions and the language the description is written in. |
| Column | Data Type | Nullable | Default | Description / PK / Index |
| ProductModelID | int | not null | Primary key. Foreign key to ProductModel.ProductModelID. PK_ProductModelProductDescriptionCulture_ProductModelID_ProductDescriptionID_CultureID | |
| ProductDescriptionID | int | not null | Primary key. Foreign key to ProductDescription.ProductDescriptionID. PK_ProductModelProductDescriptionCulture_ProductModelID_ProductDescriptionID_CultureID | |
| CultureID | nchar(6) | not null | Culture identification number. Foreign key to Culture.CultureID. PK_ProductModelProductDescriptionCulture_ProductModelID_ProductDescriptionID_CultureID | |
| ModifiedDate | datetime | not null | (GETDATE()) | Date and time the record was last updated. |
| Relation | Column | Referenced Column |
| Production.Culture | CultureID | CultureID |
| Production.ProductDescription | ProductDescriptionID | ProductDescriptionID |
| Production.ProductModel | ProductModelID | ProductModelID |
| Dependency Type | Object Type | Referenced Object |
| Schema | Schema | Production |
| Reference Type | Object Type | Referencing Object |
| Select | View | Production.vProductAndDescription |