SELECT SUBSTR ('123456789', INSTR('abcabcabc','b'), 4) FROM EMPLOYEE;
prints ?

What is the output of above SQL in ORACLE?

 Posted by Bandi on 6/23/2015 | Category: Others Interview questions | Views: 9271 | Points: 40
Select from following answers:
  1. 2345
  2. 6789
  3. 1234
  4. None of the above
  5. All Above

Show Correct Answer


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response