Difference between revisions of "Production.Culture (table)"

From dbscript Online Help
Jump to: navigation, search
Line 5: Line 5:
 
| '''Table
 
| '''Table
 
| Production.Culture
 
| Production.Culture
 +
|- valign="top"
 +
| '''Description
 +
| Lookup table containing the languages in which some AdventureWorks data is stored.
 
|-
 
|-
 
|}
 
|}
Line 15: Line 18:
 
| '''Nullable
 
| '''Nullable
 
| '''Default
 
| '''Default
| '''PK
+
| '''Description / PK / Index
| '''Index
 
 
 
|-
+
|- valign="top"
 
| CultureID
 
| CultureID
 
| nchar(6)
 
| nchar(6)
 
| not null
 
| not null
 
|  
 
|  
| PK_Culture_CultureID
+
| Primary key for Culture records.<br />PK_Culture_CultureID
|
+
|- valign="top"
|-
 
 
| Name
 
| Name
 
| dbo.Name
 
| dbo.Name
 
| not null
 
| not null
 
|  
 
|  
|  
+
| Culture description.<br />AK_Culture_Name
| AK_Culture_Name
+
|- valign="top"
|-
 
 
| ModifiedDate
 
| ModifiedDate
 
| datetime
 
| datetime
 
| not null
 
| not null
 
| (getdate())
 
| (getdate())
|  
+
| Date and time the record was last updated.<br />
|
 
 
|}
 
|}
  
Line 54: Line 53:
 
| 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]]
 +
 +
|}
 +
 +
 +
 
== wikivalues ==
 
== wikivalues ==
  

Revision as of 23:54, 28 December 2009

wikibot

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 dbo.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


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