Another useful constraint is UNIQUE. We add a unique column slightly differently.

Let's modify the id in the table we just created. We may have many songs in our playlist, but each one is unique.

That's right! UNIQUE constraint requires a value for a field, but this value cannot be duplicated anywhere in that column.

Nope – that's not a constraint!