

MCQOPTIONS
Saved Bookmarks
1. |
What will be the output of the following query?SELECT *FROM StudentWHERE start_date>= 2009-08-08 AND Start_date<= 2007-08-08 |
A. | All employees from 2009 to 2007 |
B. | Empty set |
C. | All employees between 2009 and 2007 |
D. | All of above |
E. | None of these |
Answer» E. None of these | |