| Column | Data Type | Nullable | Default | Description / PK / Index |
| CultureID | nchar(6) | not null | | Primary key for Culture records. PK_Culture_CultureID |
| Name | Name | not null | | Culture description. AK_Culture_Name |
| ModifiedDate | datetime | not null | (GETDATE()) | Date and time the record was last updated.
|