试题详情
- 单项选择题 The EMP table has these columns:
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;
关注下方微信公众号,在线模考后查看

热门试题
- Which data dictionar
- Examine the SQL sta
- Click the Exhibit bu
- Which SQL statement
- Evaluate this SQL st
- The STUDENT_GRADES
- Which view should a
- You need to display
- You added a PHONE_N
- Which two statements
- Which four are types
- Which are DML statem
- You need to create a
- Examine the structu
- TheEMPLOYEEStablecon
- Examine the descrip
- Examine the descrip
- In which two cases w
- CREATE TABLE dept (
- What is true about t