Which of the following is not a numeric function ?
(a) MOD()
(b) SIGN()
(c) MID()
Answers
Answered by
13
Answer:
(a) MOD
I hope it will help you
Marks brainlist answer.
Answered by
0
MID() is not a numeric function
Explanation:
- The MID() function extracts a substring from a string (beginning at any position)
- MID() : This function in MySQL is used to extract a substring from a given by input string.
- If the beginning role is a advantageous number, then the substring of the given length could be extracted from the starting index.
- If negative, then the substring of the given length could be extracted from the finishing index.
Answer → Option (c) is the correct option
Similar questions