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

From dbscript Online Help
Jump to: navigation, search
Line 12: Line 12:
  
  
 +
=== Columns ===
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
|- style="background:silver"
 
|- style="background:silver"
Line 18: Line 19:
 
| '''Nullable
 
| '''Nullable
 
| '''Default
 
| '''Default
| '''Description / PK / Index
+
| '''Description
 
 
 
|- valign="top"
 
|- valign="top"
Line 25: Line 26:
 
| not null
 
| not null
 
|  
 
|  
| Primary key for Culture records.<br />PK_Culture_CultureID
+
| Primary key for Culture records.
 
|- valign="top"
 
|- valign="top"
 
| Name
 
| Name
Line 31: Line 32:
 
| not null
 
| not null
 
|  
 
|  
| Culture description.<br />AK_Culture_Name
+
| Culture description.
 
|- valign="top"
 
|- valign="top"
 
| ModifiedDate
 
| ModifiedDate
Line 37: Line 38:
 
| not null
 
| not null
 
| (getdate())
 
| (getdate())
| Date and time the record was last updated.<br />
+
| 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
 +
|-
 +
| PK_Culture_CultureID
 +
| CultureID
 +
|}
  
 +
=== Indexes ===
 +
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 +
|- style="background:silver"
 +
| '''Index
 +
| '''Type
 +
| '''Columns
 +
 +
|-
 +
| AK_Culture_Name
 +
| Unique
 +
| Name
 +
|}
  
 +
=== Detail Tables ===
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
|- style="background:silver"
 
|- style="background:silver"
Line 54: Line 77:
 
|}
 
|}
  
 
+
=== References ===
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
{| border="1" cellpadding="5" cellspacing="0" style="border-collapse:collapse"
 
|- style="background:silver"
 
|- style="background:silver"
Line 65: Line 88:
 
| Type
 
| Type
 
| [[dbo.Name_(type)|dbo.Name]]
 
| [[dbo.Name_(type)|dbo.Name]]
 +
 +
|-
 +
| Schema
 +
| Schema
 +
| [[Production_(schema)|Production]]
  
 
|}
 
|}
 +
 +
 
== wikivalues ==
 
== wikivalues ==
  

Revision as of 00:06, 3 February 2010

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