OPEN DATABASE "db";

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