Examine this anonymous block of code:
Which two statements are true about the results of executing it? (Choose two.)
It will set all salaries to 0 if it executes successfully.
It will always return a compile time error because it lacks an EXCEPTION section.
It might return a run time error depending on who invokes it.
It will always automatically initialize v_raise.
It will set all salaries to NULL if it executes successfully.
It will always return a run time error because v_raise is not initialized.
Submit