Represents the relationship between SLAs and categories
Data model
Fields
| Field | Type | Description |
|---|---|---|
| category_id* | INT | Associated category identifier |
| ser_id* | INT | Associated service identifier |
| sla_id | INT | Identifier of the associated SLA |
Primary Key
| PK_ASDK_SLA_CATEGORY |
|---|
| category_id, ser_id |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| category_id* | dbo.ASDK_CATEGORY | ctg_index | FK02_ASDK_SLA_CATEGORY |
| ser_id* | dbo.ASDK_SERVICE | id | FK03_ASDK_SLA_CATEGORY |
| sla_id | dbo.ASDK_SLA | sla_id | FK01_ASDK_SLA_CATEGORY |