Let's say we want either abs or arms workouts. How might we select such items?

By using IN with the options 'abs' and 'arms'By using two WHERE clauses checking if target = 'abs' and then target = 'arms'

By using IN with the options 'abs' and 'arms'.