Production.Culture Table
Description
Lookup table containing the languages in which some AdventureWorks data is stored.
Properties
| Creation Date | 17/07/2014 16:11 |
| File Group | PRIMARY |
| Text File Group | |
| System Object | ![]() |
| Published for Replication | ![]() |
| Rows | 8 |
| Data Space Used | 8.00 KB |
| Index Space Used | 24.00 KB |
Columns
| Column Name | Description | Datatype | Length | Allow Nulls | Default | Formula | |
|---|---|---|---|---|---|---|---|
| CultureID | Primary key for Culture records. | WChar | 6 | |||
| Name | Culture description. | dbo.Name | 50 | ||||
| ModifiedDate | Date and time the record was last updated. | DBTimeStamp | 4 | (getdate()) |
Indexes
| Index | Description | Primary | Unique |
|---|---|---|---|
| AK_Culture_Name | Unique nonclustered index. | ![]() | |
| PK_Culture_CultureID | Primary key (clustered) constraint | ![]() | ![]() |
Relationships
| Relationship | Description |
|---|---|
| FK_ProductModelProductDescriptionCulture_Culture_CultureID | Foreign key constraint referencing Culture.CultureID. |
Objects that depend on Production.Culture
| Database Object | Object Type | Description | Dep Level | |
|---|---|---|---|---|
![]() | Production.ProductModelProductDescriptionCulture | Table | Cross-reference table mapping product descriptions and the language the description is written in. | 1 |
![]() | Production.vProductAndDescription | View | Product names and descriptions. Product descriptions are provided in multiple languages. | 2 |
Objects that Production.Culture depends on
| Database Object | Object Type | Description | Dep Level | |
|---|---|---|---|---|
![]() | dbo.Name | User Defined Data Type | 1 |
SQL
|
See Also




