πŸ“Š MySQL
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’
  • (A) All employees between 2007 and 2005
  • (B) All employees from 2007 to 2005
  • (C) Empty set
  • (D) None of the mentioned
πŸ’¬ Discuss
βœ… Correct Answer: (D) None of the mentioned

Explanation: This question asks about a MySQL query that tries to find employees who started working between January 1st, 2007, and January 1st, 2005.

Explanation by: Sonali Mishra
This question asks about a MySQL query that tries to find employees who started working between January 1st, 2007, and January 1st, 2005.

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
70
Total Visits
πŸ“½οΈ
12 mo ago
Published
πŸŽ–οΈ
Sonali Mishra
Publisher
πŸ“ˆ
80%
Success Rate