Oracle 10g SQL and PL
Oracle 10g SQL and PL
Introduction to SQL.
Mandatory Clauses
The WHERE Clause
The ORDER BY Clause
Substitution Variables
Cartesian Products
Standard Table Joins
Self Referencing Table Joins
Inner and Outer Joins
Report Formatting
Page Settings
Page Titles
Page Numbering
Views
Creating Views
Restricting Data Access with Views
Simplifying Database Design
Users, Privileges and Synonyms, Security
PLSQL Blocks
Creating Procedures, Functions and Packages
Executing & Using Procedures, Functions & Packages
Private & Public Execution
One-time only Procedures
Overloading
Declarations and variable assignment.
Data Types
Bind variables
Assigning Default Values and Constants
Table Arrays
Defining Records and Tables of Records
SQL*Plus commands in PL/SQL
Embedded SQL
Restrictions on Embedded SQL
Cursors
Defining Cursors
Manipulating Multiple Records
Parameterising Cursors
Defining and using Ref Cursors.
Data Manipulation
Labels
Exiting Loops to a Label
Block Labels and Nested Blocks
Loops