Which of the following is not a text function ?
TRUNCATE()
Reason — TRUNCATE() is a numeric function that returns a number with some digits truncated, whereas TRIM(), LEFT(), and MID() are text functions.
TRIM()
LEFT()
MID()