Difference between revisions of "Production.Culture (table)"
(New page: == wikibot == {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" |- | '''Table | Production.Culture |- |} {| border="1" cellpadding="5" cellspacing="0" style...) |
|||
(23 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
== wikibot == | == wikibot == | ||
+ | |||
+ | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
+ | |- valign="top" | ||
+ | | '''Table | ||
+ | | Production.Culture | ||
+ | |- valign="top" | ||
+ | | '''Description | ||
+ | | Lookup table containing the languages in which some AdventureWorks data is stored. | ||
+ | |} | ||
+ | |||
+ | === Columns === | ||
+ | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
+ | |- style="background:silver" | ||
+ | | '''Column | ||
+ | | '''Data Type | ||
+ | | '''Nullable | ||
+ | | '''Default | ||
+ | | '''Description | ||
+ | |||
+ | |- valign="top" | ||
+ | | CultureID | ||
+ | | nchar(6) | ||
+ | | not null | ||
+ | | | ||
+ | | Primary key for Culture records. | ||
+ | |- valign="top" | ||
+ | | Name | ||
+ | | dbo.Name | ||
+ | | not null | ||
+ | | | ||
+ | | Culture description. | ||
+ | |- valign="top" | ||
+ | | ModifiedDate | ||
+ | | datetime | ||
+ | | not null | ||
+ | | (getdate()) | ||
+ | | Date and time the record was last updated. | ||
+ | |} | ||
+ | |||
+ | === Primary Key === | ||
+ | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
+ | |- style="background:silver" | ||
+ | | '''Primary Key | ||
+ | | '''Columns | ||
+ | |- valign="top" | ||
+ | | PK_Culture_CultureID | ||
+ | | CultureID | ||
+ | |} | ||
+ | |||
+ | === Indexes === | ||
+ | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
+ | |- style="background:silver" | ||
+ | | '''Index | ||
+ | | '''Type | ||
+ | | '''Columns | ||
+ | |||
+ | |- valign="top" | ||
+ | | AK_Culture_Name | ||
+ | | Unique | ||
+ | | Name | ||
+ | |} | ||
+ | |||
+ | === Detail Tables === | ||
+ | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
+ | |- style="background:silver" | ||
+ | | '''Detail Table | ||
+ | | '''Column | ||
+ | | '''Referencing Column | ||
+ | |||
+ | |- valign="top" | ||
+ | | [[Production.ProductModelProductDescriptionCulture_(table)|Production.ProductModelProductDescriptionCulture]] | ||
+ | | CultureID | ||
+ | | CultureID | ||
+ | |} | ||
+ | |||
+ | === References === | ||
+ | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
+ | |- style="background:silver" | ||
+ | | '''Dependency Type | ||
+ | | '''Object Type | ||
+ | | '''Referenced Object | ||
+ | |||
+ | |- valign="top" | ||
+ | | Data Type | ||
+ | | Type | ||
+ | | [[dbo.Name_(type)|dbo.Name]] | ||
+ | |||
+ | |- valign="top" | ||
+ | | Schema | ||
+ | | Schema | ||
+ | | [[Production_(schema)|Production]] | ||
+ | |||
+ | |} | ||
+ | |||
+ | |||
+ | == wikivalues == | ||
+ | |||
+ | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
+ | |- valign="top" | ||
+ | | '''Table Values | ||
+ | | Production.Culture | ||
+ | |} | ||
+ | |||
+ | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
+ | |- style="background:silver" | ||
+ | |||
+ | | '''CultureID | ||
+ | | '''Name | ||
+ | |- valign="top" | ||
+ | |||
+ | | ar | ||
+ | | Arabic | ||
+ | |- valign="top" | ||
+ | |||
+ | | zh-cht | ||
+ | | Chinese | ||
+ | |- valign="top" | ||
+ | |||
+ | | en | ||
+ | | English | ||
+ | |- valign="top" | ||
+ | |||
+ | | fr | ||
+ | | French | ||
+ | |- valign="top" | ||
+ | |||
+ | | he | ||
+ | | Hebrew | ||
+ | |- valign="top" | ||
+ | |||
+ | | | ||
+ | | Invariant Language (Invariant Country) | ||
+ | |- valign="top" | ||
+ | |||
+ | | es | ||
+ | | Spanish | ||
+ | |- valign="top" | ||
+ | |||
+ | | th | ||
+ | | Thai | ||
+ | |} | ||
+ | |||
+ | == automatically generated == | ||
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
Line 5: | Line 148: | ||
| '''Table | | '''Table | ||
| Production.Culture | | Production.Culture | ||
+ | |- valign="top" | ||
+ | | '''Description | ||
+ | | Lookup table containing the languages in which some AdventureWorks data is stored. | ||
|- | |- | ||
|} | |} | ||
Line 15: | Line 161: | ||
| '''Nullable | | '''Nullable | ||
| '''Default | | '''Default | ||
− | | '''PK | + | | '''Description / PK / Index |
− | |||
− | |- | + | |- valign="top" |
| CultureID | | CultureID | ||
− | | nchar( | + | | nchar(6) |
| not null | | not null | ||
| | | | ||
− | | PK_Culture_CultureID | + | | Primary key for Culture records.<br />PK_Culture_CultureID |
− | | | + | |- valign="top" |
− | | | + | | Name |
| Name | | Name | ||
− | |||
| not null | | not null | ||
| | | | ||
− | | | + | | Culture description.<br />AK_Culture_Name |
− | + | |- valign="top" | |
− | |- | ||
| ModifiedDate | | ModifiedDate | ||
| datetime | | datetime | ||
| not null | | not null | ||
− | | ( | + | | (GETDATE()) |
− | | | + | | Date and time the record was last updated.<br /> |
− | |||
|} | |} | ||
Line 53: | Line 195: | ||
| CultureID | | CultureID | ||
| CultureID | | CultureID | ||
+ | |} | ||
+ | |||
+ | |||
+ | {| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse" | ||
+ | |- style="background:silver" | ||
+ | | '''Dependency Type | ||
+ | | '''Object Type | ||
+ | | '''Referenced Object | ||
+ | |||
+ | |- | ||
+ | | Data Type | ||
+ | | Type | ||
+ | | [[dbo.Name_(type)|dbo.Name]] | ||
+ | |||
+ | |- | ||
+ | | Schema | ||
+ | | Schema | ||
+ | | [[Production_(schema)|Production]] | ||
+ | |||
|} | |} |
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 |