CBSE Class 12 Informatics Practices Question 26 of 81

MySQL Functions — Question 8

Back to all questions
8
Question

Question 8

Which of the following SQL functions does not belong to the Math functions category ?

  1. POWER()
  2. ROUND()
  3. LENGTH()
  4. MOD()
Answer

LENGTH()

ReasonLENGTH() is a text/string function that returns the length of a given string in bytes.