Get your own SQL server

SQL Statement:

 
SELECT AVG(price)::NUMERIC
FROM products;        

Result:

 avg
-------
 28.87
(1 row)