A combined condition results from connecting conditions with one of
the logical operators AND or OR.
Format -
condition { { AND } condition } ...
{ { OR } }
condition
can be
1) A simple condition
2) A negated simple condition
3) A combined condition
4) A negated combined condition
5) Valid combinations of the preceding conditions