Q. Which string function returns the index of the first occurrence of substring?
β
Correct Answer: (B)
INSTR()
Explanation: This question asks about a MySQL function that helps us find the position of a smaller piece of text (a substring) within a larger piece of text (a string).