AVG, To Obtain Average Score

Syntax : AVG(expression)

Example : SELECT AVG (Harga) AS 'AvgCost' FROM Barang;

 AVG function is used to obtain the average value in a numeric field type


No comments:

Post a Comment