Columns
| Column | Type | Size | Nulls | Auto | Default | Children | Parents | Comments | |||
|---|---|---|---|---|---|---|---|---|---|---|---|
| pkAgencyCatTypeID | int identity | 4 | √ | null |
|
|
Primary key - agencyInCategoryType unique identifier for each record |
||||
| fkAgencyID | int | 4 | null |
|
|
Agency reference - Reference to the agency (foreign key to Agency.AgencyID) |
|||||
| fkCatTypeID | int | 4 | null |
|
|
Category type reference - Reference to the category type (foreign key to CategoryType.CatTypeID) |
Indexes
| Constraint Name | Type | Sort | Column(s) |
|---|---|---|---|
| PK_pkAgencyCatTypeID | Primary key | Asc | pkAgencyCatTypeID |