Create a PL/SQL block to achieve the following using the HR schema:
Select the name, salary, and department of the employee with the maximum salary.
Display the name, salary and department of this employee.
Submit the complete PL/SQL code.
Node: Submit the code and output screen shot