The SQL statement SELECT SUBSTR(‘123456789’, INSTR(‘abcabcabc’,’b’), 4) FROM EMP; prints
(a) 6789
(b) 2345
(c) 1234
(d) 456789
This question was posed to me in an interview.
My doubt stems from A Simple Transaction Model in division Transactions of Database Management