SQL (Structured Query Language) Question:
Download Job Interview Questions and Answers PDF
What will be the output of the following query?
Answer:
SELECT REPLACE(TRANSLATE(LTRIM(RTRIM('!! ATHEN !!','!'), '!'), 'AN', '**'),'*','TROUBLE') FROM DUAL;?
TROUBLETHETROUBLE.
TROUBLETHETROUBLE.
Download SQL Interview Questions And Answers
PDF
Previous Question | Next Question |
State true or false. !=, <>, ^= all denote the same operation? | What is the advantage of specifying WITH GRANT OPTION in the GRANT command? |