Which three statements can process a dynamic multi-row query? (Choose three.)
Which two PL/SQL elements can be deprecated using the DEPRECATE pragma? (Choose two.)
User ORA41 executes these statements successfully:
Now, examine this statement which is executed successfully by user ORA61 after a successful login:
EXECUTE ora41.update_emp_proc(100,25000);
Which two are true? (Choose two.)
Which three are true about functions and procedures? (Choose three.)
Examine this code:
ALTER SESSION SET plsql_warnings='ENABLE:ALL';
/
You compile this function:
What happens when the function is created with PLSQL_WARNINGS set to 'ENABLE: ALL'?