0% found this document useful (0 votes)
39 views

Composite Data Types4

The document discusses composite data types in PL/SQL including records, the %ROWTYPE attribute, INDEX BY tables, explicit cursors, and how to declare, open, fetch from, close cursors and use the %NOTFOUND and %ROWCOUNT attributes.
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
39 views

Composite Data Types4

The document discusses composite data types in PL/SQL including records, the %ROWTYPE attribute, INDEX BY tables, explicit cursors, and how to declare, open, fetch from, close cursors and use the %NOTFOUND and %ROWCOUNT attributes.
Copyright
© © All Rights Reserved
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1

Composite Data Types

Use PL/SQL Records


The %ROWTYPE Attribute
Insert and Update with PL/SQL Records
INDEX BY Tables
Examine INDEX BY Table Methods
Use INDEX BY Table of Records
Explicit Cursors
What are Explicit Cursors?
Declare the Cursor
Open the Cursor
Fetch data from the Cursor
Close the Cursor
Cursor FOR loop
The %NOTFOUND and %ROWCOUNT Attributes
Describe the FOR UPDATE Clause and WHERE CURRENT Clause

You might also like