You are not logged in.
- Topics: Active | Unanswered
Pages:: 1
#1 2015-09-18 06:04:10
SQL Statement:
http://interviewquestionsanswers.org/quiz/Database http://interviewquestionsanswers.org/qu … L-Database
Question:
The SQL statement
SELECT SUBSTR('123456789', INSTR('abcabcabc', 'b'), 4) FROM DUAL;
Option A):
1234
Option B):
6789
Option C):
2345
Correct Answer is Option C):
2345
Failure is the first step towards seccess.
Offline
2015-09-18 06:04:10
- Advertisement
- Ads By Google
Re: SQL Statement:
Pages:: 1