Solved

Match the Following Aggregate Functions with What They Compute

Question 67

Matching

Match the following aggregate functions with what they compute:

Premises:
Avg
Sum
Count
Min
Max
Responses:
Counts the number of values in a column
Average of a column
Returns the lowest value
Returns the highest value
Totals the items in a column

Correct Answer:

Avg
Sum
Count
Min
Max
Related Questions