Represents the relationship between SLAs and categories
Data model
Fields
Field | Type | Description |
---|---|---|
category_id* | INT | Identifier of the associated category, reference the table ASDK_CATEGORY.ctg_index |
ser_id* | INT | Associated service ID, reference the ASDK_SERVICE.id table |
sla_id | INT | Identifier of the associated SLA, reference the table ASDK_SLA. SLA_ID |
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 |