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
Is the primary key an index?
define sql delete statement ? : Sql dba
What is crud stand for?
What is latest version of sql?
Explain the significance of the & and && operators in pl sql.
How to place comments in pl/sql?
What is time based sql injection?
What is recursive join in sql?
what is data integrity? : Sql dba
what are the limitations of mysql in comparison of oracle? Mysql vs. Oracle. : Sql dba
what is sql? : Sql dba
What do we need to check in database testing?
What is row_number () in sql?
What is offset and limit in sql?
What is cursor in pl sql with examples?