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
How to assign sql query results to pl sql variables?
Why self join is used in sql?
What are analytical functions in sql?
what is error ora-03113: end-of-file on communication channel?
What is the use of <> sql?
What is the primary use of normalization?
What is scope and visibility in PL/SQL?
Why are cursors used?
What are the types pl/sql code blocks?
What does a pl/sql package consist of?
What is the difference between nvl function, ifnull function, and isnull function?
ERROR:Insert or update on table"accnt" violates foreign key constraints "acct_to_curr_symbol" DETAILS:KEY(accnt_curr_id)(-2)is not present in the table "curr_symbol" ......solve The Problem..
What are the conditions an underlying table must satisfy before a cursor can be used by a positioned update or delete statement? : Transact sql
What is oracle and pl sql?
What is normalisation in sql?