•You can enter any
combination of logical operators in a single SELECT.
•
•Use parentheses as
needed to specify the correct order of processing.
•
•Without
parentheses, the order of processing
(for Dialog) is:
•
•First: NOT operators
•Second: AND operators
•Third: OR operators
•