MCQOPTIONS
Saved Bookmarks
| 1. |
What will be the result of the following query?WHERE end_date IS NULL AND NOT (title= teller OR start_date < 2009-05-05 ) |
| A. | The result set contains employees who both are tellers and started working for the bank in 2009 or later |
| B. | The result set contains employees who are only tellers |
| C. | The result set contains non terminated employees who both are non tellers and started working for the bank from 2009 or later |
| D. | All of above |
| E. | None of these |
| Answer» D. All of above | |