Computer Science, asked by anubhav4103, 1 year ago

The SQL statement
SELECT SUBSTR('abcdefghij', INSTR('123321234', '2', 3, 2), 2) FROM DUAL;
prints
A.gh
B.23
C.bc
D.ab

Answers

Answered by gaurav2893
1
connect answer is B number
Similar questions