Table ESTADISTICA_PARTIT
Guarda les estadistiques dels diferents jugadors en els partits que disputen
|
Name
|
Type
|
Optional
|
Default
|
Comments
|
ID_JUGADOR
|
NUMBER(10)
|
|
|
Identificador únic del jugador
|
ID_PARTIT
|
NUMBER(10)
|
|
|
Identificador únic del partit
|
MINUTS_JUGATS
|
NUMBER(3)
|
|
|
Minuts jugats en el partit id
|
PUNTS
|
NUMBER(3)
|
|
0
|
Total punts
|
TIRS_LLIURES_INTENTATS
|
NUMBER(3)
|
|
0
|
Tirs lliures intentants pel jugador en aquest partit
|
TIRS_LLIURES_ENCISTELLATS
|
NUMBER(3)
|
|
0
|
Tirs lliures encistellats pel jugador en aquest partit
|
DOS_PUNTS_INTENTATS
|
NUMBER(3)
|
|
0
|
Tirs de dos punts intentants pel jugador en aquest partit
|
DOS_PUNTS_ENCISTELLATS
|
NUMBER(3)
|
|
0
|
Tirs de dos punts encistellants pel jugador en aquest partit
|
TRES_PUNTS_INTENTATS
|
NUMBER(3)
|
|
0
|
Triples intentats pel jugador en aquest partit
|
TRES_PUNTS_ENCISTELLATS
|
NUMBER(3)
|
|
0
|
Triples encistellats pel jugador en aquest partit
|
REBOTS_DEFENSIUS
|
NUMBER(2)
|
|
0
|
Rebots defensius que ha fet el jugador en aquest partit
|
REBOTS_OFENSIUS
|
NUMBER(2)
|
|
0
|
Rebots ofenisus que ha fet el jugador en aquest partit
|
ASSISTENCIES
|
NUMBER(2)
|
|
0
|
Número total d'assistencies que ha fetl el jugador en aquest partit
|
TAPS_A_FAVOR
|
NUMBER(2)
|
|
0
|
Taps a favor que ha fet el jugador en aquest partit
|
TAPS_EN_CONTRA
|
NUMBER(2)
|
|
0
|
Taps en contra que ha fet el jugador en aquest partit
|
PILOTES_RECUPERADES
|
NUMBER(2)
|
|
0
|
Pilotes recuperados per el jugador en aquest partit
|
PILOTES_PERDUDES
|
NUMBER(2)
|
|
0
|
Pilotes perdudes pel jugador en aquest partit
|
FALTAS_COMESES
|
NUMBER(2)
|
|
0
|
Faltes comeses per aquest jugador en aquest partit
|
FALTES_REBUDES
|
NUMBER(2)
|
|
0
|
Faltes rebudes per aquest jugador en aquest partit
|
VALORACIO_JUGADOR
|
NUMBER(3)
|
|
0
|
Valoració del jugador V = PT + T1E + T2E + T3E + RD + RO + AS + TF + PR + FR - T1I - T2I - T3I - TC - PP - FC
|
VALORACIO_JUGADOR_PONDERADA
|
NUMBER(3)
|
|
0
|
Valoracoi Jugador * Factor de ponderacio de la taula CATEGORIA
|