PL/SQL: Cursor Management
0
Write a PL/SQL Cursor to display the employee details according to the department table department number. Every department details should be following conditions. i) If Employee HRA salary is basic*0.45. ii) If Employee DA salary is basic*0.35. iii)If Employee PF salary is basic*0.15.FOR UPDATE Clause And Using WHERE CURRENT OF clause.
0 comments: