Question
Computer Science Question on Query using SQL
What will be returned by the given query ?
SELECT INSTR("DBITBTTSIT", “IT”);
A
2
B
3
C
10
D
-2
Answer
3
Explanation
Solution
The correct option is (B) :3.
What will be returned by the given query ?
SELECT INSTR("DBITBTTSIT", “IT”);
2
3
10
-2
3
The correct option is (B) :3.