why use cursors?
Answers were Sorted based on User's Feedback
Answer / 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 |
Answer / aravind
Cursor is used to process multiple rows using pl/sql.
Is This Answer Correct ? | 16 Yes | 4 No |
Answer / sri
mainly cursor is used to to process the multiple records
from database
Is This Answer Correct ? | 2 Yes | 0 No |
Answer / selvaraj v , anna university c
Cursors allow row-by-row processing of the result sets.
Retrieve more than one rows from table or database to use
Curosrs.
Is This Answer Correct ? | 2 Yes | 0 No |
Mention what is the use of function "module procedure" in pl/sql?
Can we alter stored procedure?
what is view? : Sql dba
Enlist the advantages of sql.
Is sql low level language?
What is sp_helptext?
what are date and time data types in mysql? : Sql dba
Why is sql better than hql?
Is stored procedure faster than query?
What is Primary Key?
What is trigger price?
how to shut down the server with 'mysqladmin'? : Sql dba