What if we don't have specific values but patterns that we want to query for? Well, that's what the LIKE keyword, or operator, is for.

Great! Because the % sign fills in for any characters before and after 'in', the LIKE operator looks for records that contain 'in'.

Psst: these substitutes for other characters are also known as wildcards.

That's not really a pattern, is it?