• Entity → Table: Artist, Label, Album.

  • Attribute → Column: All the columns of these tables.

  • Entity set key → PK:
    • Artist.name
    • Label.name
    • Album(artist_name, title): Title is not sufficient. Label is unnecessary.

  • Relationships: Note foreign keys. Details coming.