If we want to find records with three specific age values, what does the bottom clause have to look like?
Huzzah! The IN operator accepts multiple values, whereas the = operator can only be set to a single value.
Yikes! The IN operator accepts multiple values, whereas the = operator can only be set to a single value.