Category


Description

Category definitions that provide hierarchical classification and organization of various system entities for improved data management and reporting.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
CatDesc varchar 100 null

Description field - Detailed description or explanation of Category information

CategoryDescription Unknown 0 null

Category description - Detailed explanation of the category’s purpose

CategoryID Unknown 0 null

Primary key - Category unique identifier for each category

CategoryName Unknown 0 null

Category name - Descriptive name of the category

catID int identity 4 null
categoryInCategoryType.fkCatID FK__categoryInCategoryType__catId C
reportInCategory.fkCatID FK__reportInCategory__catID C

Reference identifier - Foreign key reference to related entity or lookup table

IsActive Unknown 0 null

Active status - Whether this category is currently available for use

ParentCategoryID Unknown 0 null

Parent category - Reference to parent category for hierarchical organization

Indexes

Constraint Name Type Sort Column(s)
PK_Category_catID Primary key Asc catID

Relationships