Which of the following functions returns the position of a substring in a given string ?
INSTR
Reason — The INSTR() function searches for given second string into the given first string and returns the position.
INSTR()