Multiple row function is also known as scalar function.
1 Like
False
Reason — Single row function is also known as scalar function.
Answered By
COUNT() function ignores null values while counting the records.
The return value of MAX() function is a numeric value.
SUM() function is used to count the total number of records in a table.
Argument type of AVG() function can be numeric or string data type.