CBSE Class 12 Informatics Practices Question 5 of 40

Practice Paper — Question 5

Back to all questions
5
Question

Question 5

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.