1Z0-007

单选题The EMP table has these columns: ENAME VARCHAR2(35) SALARY NUMBER(8,2) HIRE_DATE DATE Management wants a list of names of employees who have been with the company for more than five years. Which SQL statement displays the required results?()A SELECT EN

题目
单选题
The EMP table has these columns: ENAME VARCHAR2(35) SALARY NUMBER(8,2) HIRE_DATE DATE Management wants a list of names of employees who have been with the company for more than five years. Which SQL statement displays the required results?()
A

SELECT ENAME FROM EMP WHERE SYSDATE-HIRE_DATE >5;

B

SELECT ENAME FROM EMP WHERE HIRE_DATE-SYSDATE >5;

C

SELECT ENAME FROM EMP WHERE (SYSDATE_HIRE_DATE)/365 >5;

D

SELECT ENAME FROM EMP WHERE (SYSDATE_HIRE_DATE)*/365 >5;

参考答案和解析
正确答案: C
解析: 暂无解析
如果没有搜索结果,请直接 联系老师 获取答案。
更多相关问题