Informatics Practices
Which of the following is not a date function ?
- Month
- Year
- NOW
- POW
SQL Queries
1 Like
Answer
POW
Reason — POW()
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.
Answered By
2 Likes
Related Questions
Which of the following is not a text function ?
- TRIM()
- TRUNCATE()
- LEFT()
- MID()
Which of the following is not a numeric function ?
- MOD
- SIGN
- MID
- POW
Which of the following functions returns the substring from a given string ?
- MID
- INSTR
- SUBSTR
- CHAR
Which of the following functions returns the position of a substring in a given string ?
- MID
- INSTR
- SUBSTR
- CHAR