You execute this PL/SQL block: What will be the outcome? A. It will fail compile because of errors at lines 11 and 12. B. It will fail compile because of errors at lines 6 and 12. C. It will fail…

Refer to the Exhibit. Examine this procedure created in a session where PLSQL_OPTIMIZE_LEVEL =2: PL/SQL tracing in enabled in a user session using this command: EXEC DBMS_TRACE.SET_PLSQL_TRACE (DBMS_TRACE.TRACE_ENABLED_LINES) The procedure is executed using this command: EXEC PRC_1 Examine the exhibit…