My code:
create or replace procedure p9(sal in out emp_ast.salary%type) is begin if sal<3000 then sal:=sal*1.2; elsif sal between 3000 and 7000 then sal:=s