The Oracle Database: PL/SQL Fundamentals Ed 2 course introduces students to PL/SQL programming, teaching them to create PL/SQL blocks and develop application code in an Oracle environment.
Course Objectives
Design PL/SQL anonymous block that execute efficiently
Use PL/SQL programming constructs and conditionally control code flow (loops, control structures, and explicit cursors)
Handle exceptions in the program units
Create and execute simple stored procedures and functions