categoryInCategoryType


Description

Category-type associations that link categories to category types, enabling flexible categorization schemes and multi-dimensional classification.

Columns

Column Type Size Nulls Auto Default Children Parents Comments
CategoryInTypeID Unknown 0 null

Primary key - categoryInCategoryType unique identifier for each category-type association

fkCategoryID Unknown 0 null

Category reference - Reference to the category

fkCategoryTypeID Unknown 0 null

Category type reference - Reference to the category type

pkCategoryCatTypeID int identity 4 null

Primary key - categoryInCategoryType unique identifier for each record

fkCatID int 4 null
Category.catID FK__categoryInCategoryType__catId C

Foreign key reference - Reference to Cat table for data relationships

fkCatTypeID int 4 null
CategoryType.CatTypeID FK__categoryInCategoryType__catTypeID C

Foreign key reference - Reference to CatType table for data relationships

Indexes

Constraint Name Type Sort Column(s)
pk_pkCategoryCatTypeID Primary key Asc pkCategoryCatTypeID

Relationships