Get your own SQL server

SQL Statement:

 
SELECT AVG(price)
FROM products;        

Result:

 avg
---------------------
 28.8663636363636364
(1 row)