KnowledgeBoat Logo

Informatics Practices

Which of the following is not a text function ?

  1. TRIM()
  2. TRUNCATE()
  3. LEFT()
  4. 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


Related Questions