Generated using SQL Data Dictionary demo version.
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. |
Primary key (clustered) constraint
Unique nonclustered index.