IBDB@XE

index

Table ARBITRE_PARTIT

Taula que dona la relació entre arbitres i partits

Columns
Name Type Optional Default Comments
ID_ARBITRE NUMBER(10)     Identificador únic de l'arbitre
ID_PARTIT NUMBER(10)     Identificador única del partit
CARREG_ARBITRE VARCHAR2(9)     Carreg que te aquest arbitre en aquest partit.

Primary Key
Name Columns
PK_AP_ARBITRE_PARTIT ID_ARBITRE,ID_PARTIT

Foreign Keys
Name Columns Referencing Table Columns
FK_AP_ARBITRE ID_ARBITRE ARBITRE ID
FK_AP_PARTIT ID_PARTIT PARTIT ID

Check Constraints
Name Condition
CHK_AP_ARBITRE_CARREG CARREG_ARBITRE IN ('PRINCIPAL', 'AUXILIAR')

Indexes
Name Columns Type
PK_AP_ARBITRE_PARTIT ID_ARBITRE,ID_PARTIT Unique