Table Provider Association with Services to be Provided and Service Level Agreement
Data model
Fields
| Field | Type | Description |
|---|---|---|
| id* | INT | Primary Table Key |
| providerid | INT | A column that stores the identification of the provider related to the service provider. |
| serviceid | INT | Column containing the identification of the service related to the service provider. |
| slaid | INT | Column containing the SLA ID related to the service provider. |
Primary Key
| PK_AFLS_PROVIDER_SERVICES |
|---|
| id |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| providerid | dbo.AFLS_PROVIDERS | providerid | FK01_AFLS_PROVIDER_SERVICES |
| serviceid | dbo.AFLS_SERVICES | serv_id | FK02_AFLS_PROVIDER_SERVICES |
| slaid | dbo.AFLS_SLA | sla_id | FK03_AFLS_PROVIDER_SERVICES |