Q.2 Which of the following has been achieved by the following SQL statement?SELECT * FROM employeesWHERE hire_date < TO DATE ('01-JAN-1999', 'DD-MON-YYYY') AND salary > 3500;1.0 Only those hired before 1999 and earning less than $3500 a month are returned20 Compile time error30 Only those hind after 1999 and earning more than $3500 a month are returned4 Runtime error5. Only those hired before 1999 and earning more than $3500 a month are returned
Answers
Answered by
0
heired
129999
Explanation:
$1999
30 rupees
Similar questions