Difference between revisions of "Production.Culture (table)"
Line 2: | Line 2: | ||
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
− | |- | + | |- valign="top" |
| '''Table | | '''Table | ||
| Production.Culture | | Production.Culture | ||
Line 8: | Line 8: | ||
| '''Description | | '''Description | ||
| Lookup table containing the languages in which some AdventureWorks data is stored. | | Lookup table containing the languages in which some AdventureWorks data is stored. | ||
− | |||
|} | |} | ||
− | |||
=== Columns === | === Columns === | ||
Line 20: | Line 18: | ||
| '''Default | | '''Default | ||
| '''Description | | '''Description | ||
− | + | ||
|- valign="top" | |- valign="top" | ||
| CultureID | | CultureID | ||
Line 46: | Line 44: | ||
| '''Primary Key | | '''Primary Key | ||
| '''Columns | | '''Columns | ||
− | |- | + | |- valign="top" |
| PK_Culture_CultureID | | PK_Culture_CultureID | ||
| CultureID | | CultureID | ||
Line 57: | Line 55: | ||
| '''Type | | '''Type | ||
| '''Columns | | '''Columns | ||
− | + | ||
− | |- | + | |- valign="top" |
| AK_Culture_Name | | AK_Culture_Name | ||
| Unique | | Unique | ||
Line 70: | Line 68: | ||
| '''Column | | '''Column | ||
| '''Referencing Column | | '''Referencing Column | ||
− | + | ||
− | |- | + | |- valign="top" |
| [[Production.ProductModelProductDescriptionCulture_(table)|Production.ProductModelProductDescriptionCulture]] | | [[Production.ProductModelProductDescriptionCulture_(table)|Production.ProductModelProductDescriptionCulture]] | ||
| CultureID | | CultureID | ||
Line 84: | Line 82: | ||
| '''Referenced Object | | '''Referenced Object | ||
− | |- | + | |- valign="top" |
| Data Type | | Data Type | ||
| Type | | Type | ||
| [[dbo.Name_(type)|dbo.Name]] | | [[dbo.Name_(type)|dbo.Name]] | ||
− | |- | + | |- valign="top" |
| Schema | | Schema | ||
| Schema | | Schema |
Revision as of 23:16, 23 June 2010
Contents
wikibot
Table | Production.Culture |
Description | Lookup table containing the languages in which some AdventureWorks data is stored. |
Columns
Column | Data Type | Nullable | Default | Description |
CultureID | nchar(6) | not null | Primary key for Culture records. | |
Name | dbo.Name | not null | Culture description. | |
ModifiedDate | datetime | not null | (getdate()) | Date and time the record was last updated. |
Primary Key
Primary Key | Columns |
PK_Culture_CultureID | CultureID |
Indexes
Index | Type | Columns |
AK_Culture_Name | Unique | Name |
Detail Tables
Detail Table | Column | Referencing Column |
Production.ProductModelProductDescriptionCulture | CultureID | CultureID |
References
Dependency Type | Object Type | Referenced Object |
Data Type | Type | dbo.Name |
Schema | Schema | Production |
wikivalues
Table Values | Production.Culture |
CultureID | Name |
ar | Arabic |
zh-cht | Chinese |
en | English |
fr | French |
he | Hebrew |
Invariant Language (Invariant Country) | |
es | Spanish |
th | Thai |
automatically generated
Table | Production.Culture |
Description | Lookup table containing the languages in which some AdventureWorks data is stored. |
Column | Data Type | Nullable | Default | Description / PK / Index |
CultureID | nchar(6) | not null | Primary key for Culture records. PK_Culture_CultureID | |
Name | Name | not null | Culture description. AK_Culture_Name | |
ModifiedDate | datetime | not null | (GETDATE()) | Date and time the record was last updated. |
Detail Table | Column | Referencing Column |
Production.ProductModelProductDescriptionCulture | CultureID | CultureID |
Dependency Type | Object Type | Referenced Object |
Data Type | Type | dbo.Name |
Schema | Schema | Production |