In Oracle Training In this PL/SQL training class, students who already know SQL, learn to use PL/SQL to write sophisticated queries against an Oracle database.
Understand the PL/SQL Development Environment.
Learn the basics of the PL/SQL language, declare and work with variables, use conditionals and loops in PL/SQL, handle and create user-defined exceptions, use SQL within PL/SQL,
Learn about nested blocks and variable scope, create Subprograms, Stored Procedures and Functions, work with Packages, Triggers and Cursors and use Oracle Supplied Packages
DBMS_URL: Working with URLS - Identifying Package Subprograms - Dynamic SQL
Prerequisites - Executing PL/SQL Code, SQL Developer Configuration,PL/SQL Development Cycle
Executing PL/SQL Blocks and Functions - Named Block Structure - Executing Blocks
Variable Declaration, Initialization and Display - Complex Variable Types
Conditional Processing - Iterative Processing - Salary Increases using loops.
Implicit Cursors - %TYPE and %ROWTYPE Attributes - EXECUTE IMMEDIATE statement - Cursors Attributes