Which aggregation function in DB2 is used to calculate the average value of a numeric column?

  • AVG()
  • COUNT()
  • MIN()
  • SUM()
The AVG() function in DB2 is specifically designed to calculate the average value of a numeric column. It adds up all the values in the column and divides them by the total number of rows. 
Add your answer
Loading...

Leave a comment

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