Informatics Practices
Which of the following is not a numeric function ?
- MOD
- SIGN
- MID
- POW
SQL Queries
1 Like
Answer
MID
Reason — MID()
is a text or string function that returns a substring starting from the specified position, whereas MOD()
, SIGN()
, and POW()
are numeric functions.
Answered By
3 Likes
Related Questions
A function working with every row of a table, is a …………… function.
- Aggregate
- Single value
- Single row
- Summary
Which of the following is not a text function ?
- TRIM()
- TRUNCATE()
- LEFT()
- MID()
Which of the following is not a date function ?
- Month
- Year
- NOW
- POW
Which of the following functions returns the substring from a given string ?
- MID
- INSTR
- SUBSTR
- CHAR