S
Q. What will be the output of the following MySQL statement?
SELECT *
FROM employee
WHERE start_date>=’2007-01-01’ AND
Start_date<=’2005-01-01’
- Correct Answer - Option(D)
- Views: 16
- Filed under category MySQL
Discusssion
Login to discuss.