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;
This section is not available anymore. Please use the main Exam Page.1z0-071 Exam Questions
Log in to ExamTopics
Sign in:
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
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
3 months, 1 week agoArslanAltaf
6 months agolucemqy
11 months, 1 week agozouve
1 year, 3 months agozouve
1 year, 3 months agoDarnun
1 year, 6 months agoThorc
1 year, 6 months agoThorc
1 year, 6 months agokesammy9
1 year, 7 months ago