SQL (Structured Query Language) Question:
Download Questions PDF

What will be the output of the following query?

Answer:

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

Download SQL Interview Questions And Answers PDF

Previous QuestionNext Question
State true or false. !=, <>, ^= all denote the same operation?What is the advantage of specifying WITH GRANT OPTION in the GRANT command?