Code a condition to only join rows that have a matching artist_id in the other table.
artist_id
Make sure to pick ON artist.artist_id followed by = and then album, ., artist_id.
ON artist.artist_id
=
album
.