AlertPriorityLevels


Description

Alert priority level definitions defining the hierarchy and display order of alert priority levels. This lookup table manages priority classifications (High, Medium, Low, Critical) used for alert categorization, notification routing, and user interface display ordering.

Columns

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

Primary key - Unique identifier for each priority level

PriorityLevelName varchar 40 null

Priority name - Descriptive name for the priority level (High, Medium, Low, Critical)

DisplayOrder int 4 null

Display order - Numeric order for displaying priority levels in user interfaces

Indexes

Constraint Name Type Sort Column(s)
pk_AlertPriorityLevelID Primary key Asc pkAlertPriorityLevelID

Relationships