Solveeit Logo

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.