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 |
|
|
Foreign key reference - Reference to Cat table for data relationships |
|||||
| fkCatTypeID | int | 4 | null |
|
|
Foreign key reference - Reference to CatType table for data relationships |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| pk_pkCategoryCatTypeID | Primary key | Asc | pkCategoryCatTypeID |