In SQL, the ___________ function returns the average value of a numeric column.

  • AVG()
  • SUM()
  • COUNT()
  • MAX()
The correct option is "AVG()." The AVG() function in SQL is used to calculate the average value of a numeric column in a table. It excludes NULL values while calculating the average.
Add your answer
Loading...

Leave a comment

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