Which of the following SELECT statements will get the result 'elloworld' from the string 'HelloWorld'?
Correct Answer: SELECT LOWER (TRIM ('H' FROM 'HelloWorld')) FROM dual;
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More Oracle SQL 9i MCQ Questions