missing 5 in the D query, otherwise these 2 are correct, CURRENT_DATE - hire_date and SYSDATE- hire_date return both results in days so we have to divide by 365
D. SELECT employee_name FROM employees WHERE (CURRENT_DATE - hire_date) / 365 > 5;
E. SELECT employee_name FROM employees WHERE (SYSDATE - hire_date) / 365 > 5;
DE now that i am running again the others if you run them are calculate garbage
also D is missing a 5;
A voting comment increases the vote count for the chosen answer by one.
Upvoting a comment with a selected answer will also increase the vote count towards that answer by one.
So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.
Thameur01
5 days, 13 hours agoArslanAltaf
2 months, 3 weeks agolucemqy
8 months agozouve
1 year agozouve
1 year agoDarnun
1 year, 3 months agoThorc
1 year, 3 months agoThorc
1 year, 3 months agokesammy9
1 year, 4 months ago