Intermediate table for association between supplier and the zone
Data model
Fields
| Field | Type | Description |
|---|---|---|
| id* | INT | Primary Table Key |
| providerid | INT | Column that stores the related vendor ID. |
| zoneid | INT | Column containing the identification of the area related to the supplier. |
Primary Key
| PK_AFLS_PROVIDER_ZONE |
|---|
| id |
References
| Column | Referenced Table | Referenced column | Name |
|---|---|---|---|
| providerid | dbo.AFLS_PROVIDERS | providerid | FK01_AFLS_PROVIDER_ZONE |
| zoneid | dbo.AFLS_ZONES | zone_id | FK02_AFLS_PROVIDER_ZONE |