hi
here is my pl/sql question.
WE HAVE INCREASE THE SALARY OF EMPLOYEES WHOSE RATING IS BETWEEN 1 AND 5 BY 0.05.WHENEVER SUCH A RAISE IT SHOULD MAINTAINED IN A sal_raise TABLE.THAT sal_raiseTABLE CONSISTS OF
SAILORS ID,DATE WHEN THE RAISE WAS GIVEN AND THE AMOUNT. the updation should be made in salary table. using cursors. the updation record should also kept in sal_raise table.
the salary table has sid,month,basic salary,da(16%), hra(5%),lic(2%) ,epf(2%),gross and net.sailors table has rating ,name ,sid.
i tried a lot but.. it is not pls help me......
here is my pl/sql question.
WE HAVE INCREASE THE SALARY OF EMPLOYEES WHOSE RATING IS BETWEEN 1 AND 5 BY 0.05.WHENEVER SUCH A RAISE IT SHOULD MAINTAINED IN A sal_raise TABLE.THAT sal_raiseTABLE CONSISTS OF
SAILORS ID,DATE WHEN THE RAISE WAS GIVEN AND THE AMOUNT. the updation should be made in salary table. using cursors. the updation record should also kept in sal_raise table.
the salary table has sid,month,basic salary,da(16%), hra(5%),lic(2%) ,epf(2%),gross and net.sailors table has rating ,name ,sid.
i tried a lot but.. it is not pls help me......
Comment