Sail E0 Webinar
Question
What will be the output of the following query?SELECT *FROM employeeWHERE start_date BETWEEN '2007-01-01' AND '2008-01-01';
Options:
A .  All employees details between 2007 and 2008
B .  All employees details before 2008
C .  All employees details from 2007 to 2008
D .  None of the mentioned
Answer: Option A


"BETWEEN operator is used for upper “ upper limit.



Was this answer helpful ?
Next Question

Submit Solution

Your email address will not be published. Required fields are marked *

Latest Videos

Latest Test Papers