Answer Posted / suresh kumar somayajula
Cursor : It's a private SQL worksheet area where we can
execute SQL commands and processing information.
The purpose of the Cursor is, PL/SQL execution block will
process only one records means it will return only one
records.If we want to retrieve or process more number of
records we use the "Cursors".
These are of two types.
1. Implicit Cursor 2. Explicit cursors.
Thank you,
Suresh
| Is This Answer Correct ? | 30 Yes | 1 No |
Post New Answer View All Answers
What are database links used for?
Why we use joins in sql?
what is view? : Sql dba
explain access control lists. : Sql dba
How can you load microsoft excel data into oracle? : aql loader
What is clustered and nonclustered index in sql?
How can I tell if sql is running?
Where is sql database stored?
Why is sql*loader direct path so fast?
Which normal form is best?
List and explain the different types of join clauses supported in ansi-standard sql?
Do we need to create index on primary key?
What is sql partition function?
How many developers work on postgresql?
What is function and procedure?