This module introduces PL/SQL (Procedural Language/SQL) for managing and manipulating data in Oracle databases. Mainly, it : 

  • Covers PL/SQL basics, including blocks, variables, control structures, loops, and exception handling.

  • Teaches how to create procedures, functions, packages, and triggers to automate database operations.

At the end of the module, students can develop robust database applications using PL/SQL.