Generated using SQL Data Dictionary demo version.
Cross-reference table mapping product descriptions and the language the description is written in.
| Column | Data Type | Identity | Nullable | Default | |
|---|---|---|---|---|---|
| PK, FK | ProductModelID | int | |||
| Primary key. Foreign key to ProductModel.ProductModelID. | |||||
| PK, FK | ProductDescriptionID | int | |||
| Primary key. Foreign key to ProductDescription.ProductDescriptionID. | |||||
| PK, FK | CultureID | nchar(6) | |||
| Culture identification number. Foreign key to Culture.CultureID. | |||||
| ModifiedDate | datetime | getdate() | |||
| Date and time the record was last updated. | |||||
Primary key (clustered) constraint