It's important to understand that tables in the same database relate to one another through keys.

A foreign key in a table is a primary key from a different one!

Bingo! We're using the primary key from our new albums table in the album_id field in the playlist table.

Not quite, we make reference to foreign keys!