Q:

The SQL statement SELECT SUBSTR('abcdefghij', INSTR('123321234', '2', 3, 2), 2) FROM DUAL; prints

belongs to collection: DBMS - SQL MCQ

0

The SQL statement

SELECT SUBSTR('abcdefghij', INSTR('123321234', '2', 3, 2), 2) FROM DUAL;
prints


  1. gh
  2. 22
  3. 23
  4. 58

All Answers

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

 (a).gh

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
The SQL statement SELECT ROUND(45.926, -1) FROM DU... >>
<< Table Employee has 10 records. It has a non-NULL S...