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

From dbscript Online Help
Jump to: navigation, search
Line 93: Line 93:
 
| Thai
 
| Thai
 
|}
 
|}
 
 
== automatically generated ==
 
== automatically generated ==
  
Line 115: Line 114:
 
| '''Nullable
 
| '''Nullable
 
| '''Default
 
| '''Default
| '''Description
+
| '''Description / PK / Index
| '''PK / Index
 
 
 
 
|-
 
|-
Line 123: Line 121:
 
| not null
 
| not null
 
|  
 
|  
| Primary key for Culture records.
+
| Primary key for Culture records.PK_Culture_CultureID
| PK_Culture_CultureID
 
 
|-
 
|-
 
| Name
 
| Name
Line 130: Line 127:
 
| not null
 
| not null
 
|  
 
|  
| Culture description.
+
| Culture description.AK_Culture_Name
| AK_Culture_Name
 
 
|-
 
|-
 
| ModifiedDate
 
| ModifiedDate
Line 138: Line 134:
 
| (GETDATE())
 
| (GETDATE())
 
| Date and time the record was last updated.
 
| Date and time the record was last updated.
|
 
 
|}
 
|}
  
Line 153: Line 148:
 
| CultureID
 
| CultureID
 
| CultureID
 
| CultureID
 +
|}
 +
 +
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
 +
| '''Referenced Object
 +
| '''Object Type
 +
| '''Dependency Type
 +
 +
|-
 +
| [[dbo.Name_(type)|dbo.Name]]
 +
| Type
 +
| Data Type
 
|}
 
|}

Revision as of 00:52, 27 November 2009

wikibot

Table Production.Culture


Column Data Type Nullable Default PK Index
CultureID nchar(6) not null PK_Culture_CultureID
Name dbo.Name not null AK_Culture_Name
ModifiedDate datetime not null (getdate())


Detail Table Column Referencing Column
Production.ProductModelProductDescriptionCulture CultureID CultureID

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


Referenced Object Object Type Dependency Type
dbo.Name Type Data Type