SELECT deptno,SUM (sal) FROM emp GROUP BY deptno;
Show comments for this question (1) Add comments Link to this question