Solved

Match Each Aggregate Function with the Value It Returns

Question 86

Matching

Match each aggregate function with the value it returns:

Premises:
Minimum
Sum
Count
Maximum
Avg
Responses:
Returns the total value of a column of numbers
Returns the number of fields containing data
Returns the mean value of a group of numbers
Returns the data item with the lowest value
Returns the data item with the highest value

Correct Answer:

Minimum
Sum
Count
Maximum
Avg
Related Questions