For database related videos, please subscribe channel
/ @datagurunaval
Avg()- AVG ([DISTINCT | ALL ] column_name)
Count()- COUNT ( [ DISTINCT | ALL ] column_name)
Max()- MAX ([ DISTINCT | ALL ] column_name)
Min()- MIN ([DISTINCT | ALL] column_name)
Sum()- SUM( [ DISTINCT | ALL ] column_name)