Production.Culture
Documentation | AdventureWorks |
Schema | Production |
Name | Culture |
Module | Products |
Lookup table containing the languages in which some AdventureWorks data is stored.
Columns
Key | Name | Data type | Null | Attributes | References | Description | ||
---|---|---|---|---|---|---|---|---|
1 | CultureID | nchar(6) | Primary key for Culture records. | |||||
Primary key for Culture records. |
||||||||
2 | Name | nvarchar(50) | Culture description. | |||||
Culture description. |
||||||||
3 | ModifiedDate | datetime | Default: getdate() | Date and time the record was last updated. | ||||
Date and time the record was last updated. Default: getdate() |
Relations
Foreign table | Primary table | Join | Title / Name / Description | |
---|---|---|---|---|
Production.ProductModelProductDescriptionCulture | Production.Culture | Production.ProductModelProductDescriptionCulture.CultureID = Production.Culture.CultureID | FK_ProductModelProductDescriptionCulture_Culture_CultureID Foreign key constraint referencing Culture.CultureID. |
|
Production.ProductModelProductDescriptionCulture.CultureID = Production.Culture.CultureID Name: FK_ProductModelProductDescriptionCulture_Culture_CultureIDForeign key constraint referencing Culture.CultureID. |
Unique keys
Key name | Columns | Description | |
---|---|---|---|
PK_Culture_CultureID | CultureID | Primary key (clustered) constraint | |
Primary key (clustered) constraint | |||
AK_Culture_Name | Name | Unique nonclustered index. | |
Unique nonclustered index. |
Used by
Name |
---|
Production.Culture
|
Exported: 2019-02-04 23:13, Last imported: 2018-03-07 11:56