OPEN DATABASE "db";

SELECT AVG(turnover__1), AVG(turnover__2/12)
FROM customers
WHERE turnover__1 > 0;
