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?

SELECT REPLACE(TRANSLATE(LTRIM(RTRIM('!! ATHEN !!','!'), '!'), 'AN', '**'),'*','TROUBLE') FROM DUAL;?
TROUBLETHETROUBLE. p>

(Continued on next question...)

Other Interview Questions