CheckListChoiceValues


Description

Checklist choice option definitions storing predefined choice values and options available for checklist items that require selection from specific options. This system ensures consistent data entry and standardized responses across checklist implementations.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
pkCheckListChoiceValueID int identity 4 null

Primary key - Unique identifier for each choice value, auto-incrementing integer

Name varchar 100 null

Choice value name - Display name of the choice option for user selection (required field)

Indexes

Constraint Name Type Sort Column(s)
PK__CheckLis__777ABD79242D21BE Primary key Asc pkCheckListChoiceValueID

Relationships