It gives an error because the SAL variable isnot visible in the increase function.
It gives an error because the increase function cannot be called from the RAISE_SALARY procedure.
It gives an error because the increase function and the RAISE_SALARY procedure should be
declared at the beginningof the declare section before all the other declarations.