Lookup table containing the languages in which some AdventureWorks data is stored.
Creation Date | 27/10/2017 14:33 |
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 |
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()) |
Index | Description | Primary | Unique |
---|---|---|---|
AK_Culture_Name | Unique nonclustered index. | ||
PK_Culture_CultureID | Primary key (clustered) constraint |
Relationship | Description |
---|---|
FK_ProductModelProductDescriptionCulture_Culture_CultureID | Foreign key constraint referencing Culture.CultureID. |
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 |
Database Object | Object Type | Description | Dep Level | |
---|---|---|---|---|
dbo.Name | User Defined Data Type | 1 |
|