Oracle Database 12c SQL 1z0-071 Question # 47 Topic 5 Discussion

Oracle Database 12c SQL 1z0-071 Question # 47 Topic 5 Discussion

1z0-071 Exam Topic 5 Question 47 Discussion:
Question #: 47
Topic #: 5

Examine the description of the EMPLOYEES table:

1z0-071 Question 47

NLS_DATE_FORMAT is set to DD-MON-YY.

Which query requires explicit data type conversion?


A.

SELECT salary + 120.50 FROM employees;


B.

SELECT SUBSTR(join date, 1, 2)- 10 FROM employees;


C.

SELECT join date 11.’11 salary FROM employees;


D.

SELECT join date FROM employees where join date > *10-02-2018*;


E.

SELECT join date + 20 FROM employees;


Get Premium 1z0-071 Questions

Contribute your Thoughts:


Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.