-
What will be the result of the following query?
WHERE end_date IS NULL
AND NOT (title=’teller’ OR start_date < ‘2009-05-05’)
-
- The result set contains employees who both are tellers and started working for the bank in 2009 or later
- The result set contains employees who are only tellers
- The result set contains non terminated employees who both are non tellers and started working for the bank from 2009 or later
- All of above
- None of these
Correct Option: C
The result set contains non terminated employees who both are non tellers and started working for the bank from 2009 or later