Q. Which of the following is correct regarding Aggregate functions? (Solved)
1. it takes a single value and returns a single value as result
2. it takes a list of values and return a single values as result
3. it takes a list of values and return a list of values as result
4. it takes a single value and returns a list of values as result
- b. it takes a list of values and return a single values as result