Databases > AdventureWorks2019 > Tables > Production.Culture

AdventureWorks2019

Production.Culture

//
Lookup table containing the languages in which some AdventureWorks data is stored.

Created: Modified:

Columns

  • //
    ${escapify(column.description)}
    CultureID
    [nchar](6) NOT NULL
  • //
    ${escapify(column.description)}
    Name
    [Name] NOT NULL
    //
    USER-DEFINED DATA TYPE
    [nvarchar](50) NULL
  • //
    ${escapify(column.description)}
    ModifiedDate
    [datetime] NOT NULL DEFAULT (getdate())

Indexes

  • //
    Clustered index created by a primary key constraint.
    PK_Culture_CultureID
    UNIQUE CLUSTERED
    CultureID
  • //
    Unique nonclustered index.
    AK_Culture_Name
    UNIQUE NONCLUSTERED
    Name

Sample Data

CultureID
Name
ModifiedDate
Invariant Language (Invariant Country)
ar
Arabic
en
English
es
Spanish
fr
French
he
Hebrew
th
Thai
zh-cht
Chinese