AdventureWorks
| Table Name: | Production.Culture |
| Description: | Lookup table containing the languages in which some AdventureWorks data is stored. |
| Primary Keys: | CultureID |
| Field | Type | Defaults | Nulls? | Comments |
|---|---|---|---|---|
| CultureID | nchar (6) | None | No | Primary key for Culture records. |
| Name | nvarchar (50) | None | No | Culture description. |
| ModifiedDate | datetime | (getdate()) | No | Date and time the record was last updated. |
| Index | Clustered? | Unique? | Fields |
|---|---|---|---|
| PK_Culture_CultureID | Yes | Yes | CultureID |
| AK_Culture_Name | No | Yes | Name |
| Primary Key as Foreign Key Constraint | Affected Table | Affected Field |
|---|---|---|
| FK_ProductModelProductDescriptionCulture_Culture_CultureID | Production.ProductModelProductDescriptionCulture | CultureID |