Code a condition to select items where the pollution_index is less than 100.
pollution_index
100
Make sure to pick WHERE followed by pollution_index and then <, 100.
WHERE
<