Q:

The SQL statement SELECT SUBSTR('123456789', INSTR('abcabcabc', 'b'), 4) FROM DUAL;

belongs to collection: DBMS - SQL MCQ

0

The SQL statement
SELECT SUBSTR('123456789', INSTR('abcabcabc', 'b'), 4) FROM DUAL;


  1. 6789
  2. 2345
  3. 1234
  4. 456789

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

 (b).2345

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

DBMS - SQL MCQ

This question belongs to these collections

Similar questions


need a help?


find thousands of online teachers now
Which of the following group functions ignore NULL... >>
<< Which SQL keyword is used to sort the result-set?...