What are aggregate and scalar functions?
984
05-Jul-2019
Updated on 21-Sep-2020
Anonymous User
05-Jul-2019The aggregate functions are used to evaluate mathematical calculation and return single values. It can be calculated from the columns in a table. Scalar functions return a single value based on the input value.