why use cursors?

Answers were Sorted based on User's Feedback



why use cursors?..

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

why use cursors?..

Answer / aravind

Cursor is used to process multiple rows using pl/sql.

Is This Answer Correct ?    16 Yes 4 No

why use cursors?..

Answer / sri

mainly cursor is used to to process the multiple records
from database

Is This Answer Correct ?    2 Yes 0 No

why use cursors?..

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

why use cursors?..

Answer / chandu

to perform multiple rows accessing.

Is This Answer Correct ?    1 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

Mention what is the use of function "module procedure" in pl/sql?

0 Answers  


Can we alter stored procedure?

0 Answers  


what is view? : Sql dba

0 Answers  


Enlist the advantages of sql.

0 Answers  


Is sql low level language?

0 Answers  






What is sp_helptext?

0 Answers  


what are date and time data types in mysql? : Sql dba

0 Answers  


Why is sql better than hql?

0 Answers  


Is stored procedure faster than query?

0 Answers  


What is Primary Key?

4 Answers   Ramco,


What is trigger price?

0 Answers  


how to shut down the server with 'mysqladmin'? : Sql dba

0 Answers  


Categories