SQL AVG():-it returns the average value of the column.in the parenthesis pass the column name and it returns the average of all the value present in the column.
Ex:-
this is the table on which we perform avg();
 we find the average of all values present in price column.
 
 
No comments :
Post a Comment