Solved

Match Each Aggregate Function with the Value It Returns

Question 9

Matching

Match each aggregate function with the value it returns:

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

Correct Answer:

Sum
Count
Avg
Maximum
Minimum
Related Questions