-
What will be the result of the following query?
WHERE end_date IS NULL
AND (title=’teller’ OR start_date < ‘2009-03-03’)
-
- Only those rows are selected whose “TITLE” should be ‘teller’
- Only those employee will be selected who joined the organisation prior to 2009
- Only those rows will be selected whose” end_date” should be NULL
- All of above
- None of these
Correct Option: C
Only those rows will be selected whose” end_date” should be NULL