CBSE Class 12 Informatics Practices Question 21 of 81

MySQL Functions — Question 3

Back to all questions
3
Question

Question 3

Which of the following is not a numeric function ?

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

MID

ReasonMID() is a text or string function that returns a substring starting from the specified position, whereas MOD(), SIGN(), and POW() are numeric functions.