Databases
>
AdventureWorks2019
>
Tables
> Production.Culture
AdventureWorks2019
Production.Culture
//
Lookup table containing the languages in which some AdventureWorks data is stored.
Created:
5/8/2023
Modified:
5/8/2023
Save
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)
4/29/2008
ar
Arabic
4/29/2008
en
English
4/29/2008
es
Spanish
4/29/2008
fr
French
4/29/2008
he
Hebrew
4/29/2008
th
Thai
4/29/2008
zh-cht
Chinese
4/29/2008