Which of the following functions returns the substring from a given string ?
MID, SUBSTR
Reason — The SUBSTRING()/SUBSTR() and MID() functions can be used to extract substrings from a given string.
SUBSTRING()/SUBSTR()
MID()