Table for storing overall score for each provider
Data model
Fields
| Field | Type | Description |
|---|---|---|
| id* | INT | Primary Table Key |
| providerid | INT | Column containing the supplier ID related to the overall supplier score. |
| qualification* | DECIMAL | Column containing the score for measuring supplier compliance |
| reply* | DECIMAL | Column to measure the supplier’s response level score |
Primary Key
| PK_AFLS_PROVIDER_GENERAL_SCORE |
|---|
| id |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| providerid | dbo.AFLS_PROVIDERS | providerid | FK01_AFLS_PROVIDER_GENERAL_SCORE |