Programming Languages C++ Objective
Mar 13, 2013

Which SELECT statement will the result 'ello world' from the string 'Hello World'?

Choose the correct answer:
A) SELECT SUBSTR ('Hello',) FROM dual;
B) SELECT INITCAP (TRIM ('Hello World',1,1) FROM dual;
C) SELECT LOWER (SUBSTR ('Hello World',1,1) FROM dual;
D) SELECT LOWER (SUBSTR ('Hello World',2,1) FROM dual;
Detailed Explanation

Option E is the right answer.

Discussion (0)

No comments yet. Be the first to share your thoughts!

Share Your Thoughts
Feedback