Difference between revisions of "Production.Culture (table)"
(One intermediate revision by the same user not shown) | |||
Line 98: | Line 98: | ||
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
− | |- | + | |- valign="top" |
| '''Table Values | | '''Table Values | ||
| Production.Culture | | Production.Culture | ||
− | |||
|} | |} | ||
+ | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
+ | |- style="background:silver" | ||
− | |||
− | |||
| '''CultureID | | '''CultureID | ||
| '''Name | | '''Name | ||
− | |- | + | |- valign="top" |
− | | ar | + | |
− | | Arabic | + | | ar |
− | |- | + | | Arabic |
− | | zh-cht | + | |- valign="top" |
− | | Chinese | + | |
− | |- | + | | zh-cht |
− | | en | + | | Chinese |
− | | English | + | |- valign="top" |
− | |- | + | |
− | | fr | + | | en |
− | | French | + | | English |
− | |- | + | |- valign="top" |
− | | he | + | |
− | | Hebrew | + | | fr |
− | |- | + | | French |
− | | | + | |- valign="top" |
− | | Invariant Language (Invariant Country) | + | |
− | |- | + | | he |
− | | es | + | | Hebrew |
− | | Spanish | + | |- valign="top" |
− | |- | + | |
− | | th | + | | |
− | | Thai | + | | Invariant Language (Invariant Country) |
+ | |- valign="top" | ||
+ | |||
+ | | es | ||
+ | | Spanish | ||
+ | |- valign="top" | ||
+ | |||
+ | | th | ||
+ | | Thai | ||
|} | |} | ||
Latest revision as of 09:55, 27 August 2011
Contents
wikibot[edit]
Table | Production.Culture |
Description | Lookup table containing the languages in which some AdventureWorks data is stored. |
Columns[edit]
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[edit]
Primary Key | Columns |
PK_Culture_CultureID | CultureID |
Indexes[edit]
Index | Type | Columns |
AK_Culture_Name | Unique | Name |
Detail Tables[edit]
Detail Table | Column | Referencing Column |
Production.ProductModelProductDescriptionCulture | CultureID | CultureID |
References[edit]
Dependency Type | Object Type | Referenced Object |
Data Type | Type | dbo.Name |
Schema | Schema | Production |
wikivalues[edit]
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[edit]
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 |