Generated using SQL Data Dictionary demo version.


Table Production.Culture (8 rows)


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


  Column Data Type Identity Nullable Default
PK CultureID nchar(6)
Primary key for Culture records.
UK Name Name(nvarchar(50))
Culture description.
ModifiedDate datetime getdate()
Date and time the record was last updated.

Indexes:


Referenced by: