Let's say we want either abs or arms workouts. How might we select such items?
IN
'abs'
'arms'
WHERE
target = 'abs'
target = 'arms'
By using IN with the options 'abs' and 'arms'.