Question: Write a SELECT query to calculate and show the running (cumulative) total of the SAL($) column relative to the employee name and ordered by in
Write a SELECT query to calculate and show the running (cumulative) total of the SAL($) column relative to the employee name and ordered by in ascending order by ENAME like this:

Modify the above query to include the attribute DEPTNO as follows:

1.1 Write a SELECT query to calculate and show the running (cumulative) total of the SAL(S) column relative to the employee name and ordered by in ascending order by ENAME like this 2 points) CUMULATIVE SALARY ENAME CLARK 2450 JONES 5425 KING 10425 MILLER 11725 SMITH 12525 Repls
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
