This document provides examples of PL/SQL code blocks and procedures to perform various tasks like checking if a year is a leap year, calculating employee bonuses based on salary, using cursors to retrieve and output employee data, using associative arrays to store and retrieve employee data, handling exceptions, inserting/updating/deleting records in tables using procedures and functions, creating packages with public and private constructs, overloading procedures and functions, and more. It includes 14 questions with examples to write and test PL/SQL code.