Which condition should we choose to match an artist's name to an album's title?
name
title
artist.artist_id = album.artist_id
artist.artist_id <> album.artist_id
artist.artist_id = album.artist_id.