Concept Flow - Combining multiple aggregates
Start Query
Scan Table Rows
Apply Aggregate Functions
SUM()
Combine Results
Return Single Row with All Aggregates
The query scans the table, applies each aggregate function to all rows, then combines these results into one output row.