Assignment 5: 1.) Write A PL/SQL Code To Display A Message To Check Whether The Record Is Deleted or Not
Assignment 5: 1.) Write A PL/SQL Code To Display A Message To Check Whether The Record Is Deleted or Not
Assignment 5: 1.) Write A PL/SQL Code To Display A Message To Check Whether The Record Is Deleted or Not
1.) Write a PL/SQL code to display a message to check whether the record is deleted
or not.
2.) Write a PL/SQL code to display a message to provide the information about the
number of records deleted by the deleted statement issued in a PL/SQL block.
4.) Write a PL/SQL code to display the employee number and name of the top 5
highest paid employee.
5.) Write a PL/SQL code to display the empno, ename, job of employees of
department 10 using cursor for loop.
end;