CBSE Class 12 Informatics Practices Question 22 of 81

MySQL Functions — Question 4

Back to all questions
4
Question

Question 4

Which of the following is not a date function ?

  1. Month
  2. Year
  3. NOW
  4. POW
Answer

POW

ReasonPOW() is a numeric function that returns mn i.e., a number m raised to the nth power, whereas MONTH(), YEAR(), and NOW() are date functions.