Great! Since we've covered primary keys, foreign keys, and constraints, let's recap and make sure that the artist field in the albums table cannot be empty.

Yippee! Now we will always have to provide an artist name when creating a new record for this table.

id is already a primary key remember? That means it doesn't accept NULL values by default!