In database management, an aggregate function or aggregation function is a function where multiple values are processed together to form a single summary statistic. (Figure 1) Entity relationship diagram representation of aggregation. Common aggregate functions include: Average (i.e., arithmetic mean) Count Maximum Median Minimum Mode Range Sum Others include: Nanmean (mean ignoring NaN values, al
