There is a constraint that checks whether a value we want to add meets a certain condition.

Let us make sure that songs in the playlist table can not be less than three minutes long!

Spot on! With the CHECK constraint, we can make sure that any value in the length column is greater than 3.

Not quite! We want to check if the condition is met.