Which of the following is not a numeric function ?
MID
Reason — MID() is a text or string function that returns a substring starting from the specified position, whereas MOD(), SIGN(), and POW() are numeric functions.
MID()
MOD()
SIGN()
POW()