You mentioned bulk operations. Tell me more about the BULK COLLECT and FORALL combination.
Middle
149
You mentioned bulk operations. Tell me more about the BULK COLLECT and FORALL combination.
What is a procedure in PL/SQL?
Tell me about yourself.
Have you used audit or logging logic for procedures? How did you implement it?
What types of JOINs could you see in the execution plan? In what situations are they used?
How to implement an exception block in PL/SQL? How to create a user-defined exception?
If the trigger is BEFORE INSERT, will the result of its operation be saved if the procedure is rolled back?
What is an autonomous transaction? How to use and declare it?
If a procedure is rolled back, will the result of the trigger (AFTER INSERT) that was fired within this procedure be preserved?