CBSE Class 12 Informatics Practices
Question 29 of 81
MySQL Functions — Question 11
Back to all questions3
Reason — The INSTR() function in MySQL returns the position of the first occurrence of a substring within a string. The position of "DI" within "INDIA" is at the third position in the string "INDIA". Therefore, the INSTR() function will return 3.