ISCRITTI(codIscritto#K%INT, nome%ALFA15, cognome%ALFA15, datanascita%DATA) ABBONAM(codIscritto#K%INT:ISCRITTI!codIscritto, dataInizio#K%DATA, dataFine%DATA) PRESENZE(codIscritto#K%INT:ISCRITTI!codIscritto, data#K%DATA, numOre%INT) SCHEDE(codScheda#K%INT, nomeIstruttore%ALFA15:ISTRUTTORI!nomeIstruttore, codIscritto%INT:PRESENZE!codIscritto, data%DATA:PRESENZE!data) ISTRUTTORI(nomeIstruttore#K%ALFA15) ESERCIZI_IN_SCHEDE(codScheda#K%INT:SCHEDE!codScheda, descrizioneEsercizio%ALFA15:ESERCIZI!descrizioneEsercizio, posizione#K%INT) SERIE(codScheda#K%INT:ESERCIZI_IN_SCHEDE!codScheda, posizioneInScheda#K%INT:ESERCIZI_IN_SCHEDE!posizione, posizioneInEsercizio#K%INT, peso%INT, numRipetizioni%INT, tempoImpiegato%INT) ESERCIZI(descrizioneEsercizio#K%ALFA15, nomeGruppo%ALFA15:GRUPPI_MUSCOLI!nomeGruppo) GRUPPI_MUSCOLI(nomeGruppo#K%ALFA15)