Computer scienceFundamentalsSQL and DatabasesBasics SQLFunctions and operations

Aggregate functions

Hexagonal Numbers

Report a typo

You are given a table named hexagonal that contains the first seven Hexagonal Numbers in the column numbers. Match the aggregate functions with the results of their execution.

Match the items from left and right columns
MAX(numbers)
AVG(numbers)
SUM(numbers)
MIN(numbers)
COUNT(numbers)
91
36
252
7
1
___

Create a free account to access the full topic