0% found this document useful (0 votes)
88 views1 page

PLSQL Syllabus Covered

The document outlines key programming concepts including variable declaration and initialization, the benefits of the %Type attribute, and the use of bind variables. It covers data manipulation using DML statements, cursors, control structures like IF and CASE statements, loops, and exception handling. Additionally, it discusses creating procedures, functions, and anonymous blocks in programming.

Uploaded by

Rahul Kulkarni
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
88 views1 page

PLSQL Syllabus Covered

The document outlines key programming concepts including variable declaration and initialization, the benefits of the %Type attribute, and the use of bind variables. It covers data manipulation using DML statements, cursors, control structures like IF and CASE statements, loops, and exception handling. Additionally, it discusses creating procedures, functions, and anonymous blocks in programming.

Uploaded by

Rahul Kulkarni
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd

Declare and initialize variables

Identify the benefits of using %Type attribute


Declare,use and print bind variables
write nested blocks
manipulating data with DML statements
implicit and explicit cursors
Construct IF statments
use CASE Statements
Constructs and identify loop statements
create a record with %rowtype attribute
create an INDEX By table
Handling exceptions
Create procedures and functions
anonymous blocks and subprograms

You might also like