Oracle SQLPLSQL Full Syllabus
Oracle SQLPLSQL Full Syllabus
Introduction – 1 hour
Course Objectives
Course Agenda
Human Resources (HR) Schema
Introduction to SQL Developer
Packages – 1 hour
Overloading Subprograms in PL/SQL
Use the STANDARD Package
Use Forward Declarations to Solve Illegal Procedure Reference
Implement Package Functions in SQL and Restrictions
Persistent State of Packages
Persistent State of a Package Cursor
Control Side Effects of PL/SQL Subprograms
Invoke PL/SQL Tables of Records in Packages
Triggers – 1 hour
Describe Triggers
Identify the Trigger Event Types and Body
Business Application Scenarios for Implementing Triggers
Create DML Triggers Using the CREATE TRIGGER Statement and SQL Developer
Identify the Trigger Event Types, Body, and Firing (Timing)
Statement Level Triggers Versus Row Level Triggers
Create Instead of and Disabled Triggers
How to Manage, Test, and Remove Triggers?