DEVFYI - Developer Resource - FYI

What will be the output of the following query?

PL/SQL Interview Questions and Answers


(Continued from previous question...)

What will be the output of the following query?

What will be the output of the following query?
SELECT DECODE(TRANSLATE('A','1234567890','1111111111'), '1','YES', 'NO' );?
NO. Explanation :
The query checks whether a given string is a numerical digit.

(Continued on next question...)

Other Interview Questions