write a plsql block and declare a


Write a PL/SQL block and declare a variable v_sal of the type NUMBER. Include the following statement in the Execution section:

SELECT MAX(salary)

    INTO v_sal

  FROM employees;

 Display the maximum salary in the Employees table. 

Submit the code of the PL/SQL block.

Solution Preview :

Prepared by a verified Expert
PL-SQL Programming: write a plsql block and declare a
Reference No:- TGS0485827

Now Priced at $20 (50% Discount)

Recommended (95%)

Rated (4.7/5)