Tabla donde se registra la asociación entre la tabla AFLS_SERVICES y la tabla AFLS_SKILLS.
Modelo de datos

Campos
Campo |
Tipo |
Descripción |
required* |
BIT |
Campo para marcar si el presente registro de habilidad es requerido. |
service_id* |
INT |
Identificador del servicio a asociar. |
skill_id* |
INT |
Identificador de la habilidad a asociar con el determinado servicio. |
weight* |
INT |
Calculo del peso asociado a la habilidad |
Llave primaria
PK_AFLS_SERVICES_SKILLS |
service_id, skill_id |
Referencias
Columna |
Tabla referenciada |
Columna referenciada |
Nombre |
service_id* |
dbo.AFLS_SERVICES |
serv_id |
FK01_AFLS_SERVICES_SKILLS |
skill_id* |
dbo.AFLS_SKILLS |
skll_id |
FK02_AFLS_SERVICES_SKILLS |