PLSQL Languages :

1). Introduction to PL/SQL

2). Basic Syntax

3). Data Types

4). Variables

5). Constants

1). Arithmetic operators

2). Relational operators

3). Comparison operators

4). Logical operators

5). String operators

6). Operators Precedence

1). The IF.....ELSE Statement

2). IF......ELSE ladder

3). Nesting of IF.....ELSE Statements

4). The Switching Statements

1). FOR Statement

2). The while statement

3). Do-while Statements

1). Handle String

2). String Functions

1). Creating a Varray Type

2). Read & Write Array

1). Creating a Procedure

2). Executing a Standalone Procedure

3). Deleting a Standalone Procedure

4). Parameter Modes in PL/SQL Subprograms

5). Methods for Passing Parameters

6). Pointers and Structures

1). Creating a Function

2). Calling a Function

3). PL/SQL Recursive Functions

1). Introduction Cursor

2). Implicit Cursors

3). Explicit Cursors

1). Table-Based Records

2). Cursor-Based Records

3). User-Defined Records

1). Syntax for Exception Handling

2). Raising Exceptions

3). User-defined Exceptions

4). Pre-defined Exceptions

1). Triggers in PL/SQL

2). Benefits of Triggers

3). Creating Triggers

4). Triggering a Trigger