Say we want a result set that requires at least one out of two expressions to evaluate to TRUE.

That's it! We can use an OR clause to select records with an age of more than 40 or a name that equals 'Dad', which brings back 'Mom'.

Not quite, one or the other is what we want!