--- in

This keyword is used to compare a field to a list of values, instead
   of to just a single value.


EXAMPLE:

   The clause:   where dept_no = 10 or dept_no = 20 or 
                       dept_no = 30

   becomes:      where dept_no in <10,20,30>
