SELECT JOB, AVG(SAL) "AVG", COUNT(*) "#NO" FROM EMP WHERE JOB != 'PRESIDENT' GROUP BY JOB HAVING AVG(SAL) < 2500