Nome | Tipo |
---|---|
PRIMARY | Id_Album |
Nome | Tipo | NULL | Default | Extra |
---|---|---|---|---|
Id_Album | int(10) unsigned | |||
Durata_Album | time | |||
Titolo | varchar(200) |
Nome | Tipo |
---|---|
PRIMARY | Id_Album,Id_Brano |
Id_Brano | Id_Brano |
Nome | Tipo | NULL | Default | Extra |
---|---|---|---|---|
Id_Album | int(10) unsigned | 0 | ||
Id_Brano | int(10) unsigned | 0 |
Nome | Tipo |
---|---|
Constraint album_brani_ibfk_1 | (Id_Album) -> album (Id_Album) |
Constraint album_brani_ibfk_2 | (Id_Brano) -> brani (Id_Brano) |
Nome | Tipo |
---|---|
PRIMARY | Id_Artista |
Nome | Tipo | NULL | Default | Extra |
---|---|---|---|---|
Id_Artista | int(10) unsigned | |||
NomeArtista | varchar(40) | |||
TipoArtista | enum('Gruppo','Orchestra','Artista') | |||
Direttore | varchar(40) | NULL | ||
Periodo_Attivita | tinyint(4) unsigned | NULL | ||
NoteArtista | text | NULL | ||
Attivo | tinyint(1) |
Nome | Tipo |
---|---|
PRIMARY | Id_Artista,Id_Brano |
Id_Brano | Id_Brano |
Nome | Tipo | NULL | Default | Extra |
---|---|---|---|---|
Id_Artista | int(10) unsigned | 0 | ||
Id_Brano | int(10) unsigned | 0 |
Nome | Tipo |
---|---|
Constraint artisti_brani_autori_ibfk_1 | (Id_Artista) -> artisti (Id_Artista) |
Constraint artisti_brani_autori_ibfk_2 | (Id_Brano) -> brani (Id_Brano) |
Nome | Tipo |
---|---|
PRIMARY | Id_Artista,Id_Brano |
Id_Brano | Id_Brano |
Nome | Tipo | NULL | Default | Extra |
---|---|---|---|---|
Id_Artista | int(10) unsigned | 0 | ||
Id_Brano | int(10) unsigned | 0 |
Nome | Tipo |
---|---|
Constraint artisti_brani_interpreti_ibfk_1 | (Id_Artista) -> artisti (Id_Artista) |
Constraint artisti_brani_interpreti_ibfk_2 | (Id_Brano) -> brani (Id_Brano) |
Nome | Tipo |
---|---|
PRIMARY | Id_Brano |
Id_Sottogenere | Id_Sottogenere |
Id_Artista | Id_Artista |
Nome | Tipo | NULL | Default | Extra |
---|---|---|---|---|
Id_Brano | int(10) unsigned | |||
Titolo | varchar(40) | |||
DataComposizione | date | NULL | ||
Durata | time | |||
Id_Sottogenere | int(10) unsigned | |||
Id_Artista | int(10) unsigned |
Nome | Tipo |
---|---|
Constraint brani_ibfk_1 | (Id_Sottogenere) -> sottogeneri (Id_Sottogenere) |
Constraint brani_ibfk_2 | (Id_Artista) -> artisti (Id_Artista) |
Nome | Tipo |
---|---|
PRIMARY | Id_Edizione |
Id_Album | Id_Album |
Nome | Tipo | NULL | Default | Extra |
---|---|---|---|---|
Id_Edizione | int(10) unsigned | |||
DataUscita | date | |||
Immagine_Copertina | mediumblob | NULL | ||
Id_Album | int(10) unsigned | NULL |
Nome | Tipo |
---|---|
Constraint edizioni_ibfk_1 | (Id_Album) -> album (Id_Album) |
Nome | Tipo |
---|---|
PRIMARY | Id_Genere |
Nome | Tipo | NULL | Default | Extra |
---|---|---|---|---|
Id_Genere | int(10) unsigned | |||
Descrizione | varchar(50) |
Nome | Tipo |
---|---|
PRIMARY | Id_Sottogenere |
Id_Genere | Id_Genere |
Nome | Tipo | NULL | Default | Extra |
---|---|---|---|---|
Id_Sottogenere | int(10) unsigned | |||
Descrizione | varchar(50) | |||
Id_Genere | int(10) unsigned | NULL |
Nome | Tipo |
---|---|
Constraint sottogeneri_ibfk_1 | (Id_Genere) -> generi (Id_Genere) |