Which condition should we choose to match an artist's name to an album's title?

artist.artist_id = album.artist_idartist.artist_id <> album.artist_id

artist.artist_id = album.artist_id.