What is the purpose of aggregation functions in DB2?

  • To manipulate data types
  • To modify table structures
  • To perform calculations on sets of rows
  • To perform sorting operations on columns
Aggregation functions in DB2 are used to perform calculations on sets of rows, such as computing sums, averages, counts, minimum, and maximum values. These functions help in deriving meaningful insights from data. 
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *