Computer Science, asked by AjayPrabhu9880, 1 year ago

The SQL statement
SELECT SUBSTR('123456789', INSTR('abcabcabc', 'b'), 4) FROM DUAL;
A.6789
B.2345
C.1234
D.456789

Answers

Answered by gaurav2893
1
1234 the correct answer
Similar questions