Get your own SQL server
SQL Statement:
SELECT AVG(price)::NUMERIC FROM products;
Result:
avg ------- 28.87 (1 row)
Demo Database:
categories
customers
products
orders
order_details
testproducts