KnowledgeBoat Logo

Informatics Practices

Which of the following is not a numeric function ?

  1. MOD
  2. SIGN
  3. MID
  4. POW

SQL Queries

1 Like

Answer

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.

Answered By

3 Likes


Related Questions