|< < 14 > >|

Fixing a bad schema (continued)

We still have redundancy: (label, label_website)

Schema

Tables: Artist(artist, artist_website) Album(artist, title, year, label) Label(label, label_website) Foreign keys: Album(artist) → Artist Album(label) → Label

|< < 14 > >|