1. Write two statements for each of the following operators using the emp
and dept tables. Be sure to include AND & OR statements as well.
OPERATORS:
= (equals)
<> (not equal to)
> (greater than)
< (less than)
in
not in
LIKE