Cross-reference table mapping product descriptions and the language the description is written in.
Creation Date | 27/10/2017 14:33 |
File Group | PRIMARY |
Text File Group | |
System Object | |
Published for Replication | |
Rows | 762 |
Data Space Used | 32.00 KB |
Index Space Used | 16.00 KB |
Column Name | Description | Datatype | Length | Allow Nulls | Default | Formula | |
---|---|---|---|---|---|---|---|
ProductModelID | Primary key. Foreign key to ProductModel.ProductModelID. | Integer | 4 | ||||
ProductDescriptionID | Primary key. Foreign key to ProductDescription.ProductDescriptionID. | Integer | 4 | ||||
CultureID | Culture identification number. Foreign key to Culture.CultureID. | WChar | 6 | ||||
ModifiedDate | Date and time the record was last updated. | DBTimeStamp | 4 | (getdate()) |
Index | Description | Primary | Unique |
---|---|---|---|
PK_ProductModelProductDescriptionCulture_ProductModelID_ProductDescriptionID_CultureID | Primary key (clustered) constraint |
Relationship | Description |
---|---|
FK_ProductModelProductDescriptionCulture_Culture_CultureID | Foreign key constraint referencing Culture.CultureID. |
FK_ProductModelProductDescriptionCulture_ProductDescription_ProductDescriptionID | Foreign key constraint referencing ProductDescription.ProductDescriptionID. |
FK_ProductModelProductDescriptionCulture_ProductModel_ProductModelID | Foreign key constraint referencing ProductModel.ProductModelID. |
Database Object | Object Type | Description | Dep Level | |
---|---|---|---|---|
Production.vProductAndDescription | View | Product names and descriptions. Product descriptions are provided in multiple languages. | 1 |
Database Object | Object Type | Description | Dep Level | |
---|---|---|---|---|
Production.Culture | Table | Lookup table containing the languages in which some AdventureWorks data is stored. | 1 | |
dbo.Name | User Defined Data Type | 2 | ||
Production.ProductDescription | Table | Product descriptions in several languages. | 1 | |
Production.ProductModel | Table | Product model classification. | 1 |
|