State any two differences between single row functions and multiple row
functions.
Answers
Answered by
17
Answer:
Single Row functions - Single row functions are the one who work on single row and return one output per row. For example, length and case conversion functions are single row functions.
Multiple Row functions - Multiple row functions work upon group of rows and return one result for the complete set of rows.
Explanation:
hope it's helpful
Answered by
0
Answer:
The main difference between single row and multiple row functions is that single row functions work on one row at a time and returns one result for every row. While multiple row functions work on a group of rows and return one result for every group
Similar questions