Length() is a numeric function.
1 Like
False
Reason — The length() is a text function. It returns the length of a given string in bytes.
length()
Answered By
SUM() is an aggregate function.
Truncate() is a text function.
Functions MID() and SUBSTR() do the same thing.
Date() and Day() return the same thing.