Informatics Practices
Which of the following is not a text function ?
- TRIM()
- TRUNCATE()
- LEFT()
- MID()
SQL Queries
1 Like
Answer
TRUNCATE()
Reason — TRUNCATE()
is a numeric function that returns a number with some digits truncated, whereas TRIM()
, LEFT()
, and MID()
are text functions.
Answered By
3 Likes