View Exhibit1 and examine the structure of the employees table.
View Exhibit2 and examine the code.
What would be the outcome when the code is executed?
A.
It executes successfully.
B.
It gives an error because the SAL variable is not visible in the increase function.
C.
It gives an error because the increase function cannot be called from the RAISE_SALARY procedure.
D.
It gives an error because the increase function and the RAISE_SALARY procedure should be declared at the beginning of the declare section before all the other declarations.
Answer is A
A