MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following is correct regarding Aggregate functions? |
| A. | it takes a single value and returns a single value as result |
| B. | it takes a list of values and return a single values as result |
| C. | it takes a list of values and return a list of values as result |
| D. | it takes a single value and returns a list of values as result |
| Answer» C. it takes a list of values and return a list of values as result | |