Q:

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

1

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


  1. gh
  2. 23
  3. bc
  4. ab

All Answers

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

Correct Answer:

A.gh

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

total answers (1)

SQL (Structured Query Language) MCQ Quiz (Multiple Choice Questions And Answers)

Similar questions


need a help?


find thousands of online teachers now
The SQL statement - SELECT ROUND(45.926, -1) FROM ... >>
<< Table Employee has 10 records. It has a non-NULL S...