But we actually want to exclude abs and arms. Which condition matches items that don't target 'abs' or 'arms'?

target NOT IN ('abs', 'arms')target IN ('abs, 'arms')

target NOT IN ('abs', 'arms').