Represents the relationship between SLAs and locations
Data model
Fields
| Field | Type | Description |
|---|---|---|
| location_id* | INT | Identifier of the associated location |
| ser_id* | INT | Associated service identifier |
| sla_id | INT | Identifier of the associated SLA |
Primary Key
| PK_ASDK_SLA_LOCATION |
|---|
| location_id, ser_id |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| location_id* | dbo.ASMS_LOCATION | id | FK02_ASDK_SLA_LOCATION |
| ser_id* | dbo.ASDK_SERVICE | id | FK03_ASDK_SLA_LOCATION |
| sla_id | dbo.ASDK_SLA | sla_id | FK01_ASDK_SLA_LOCATION |