State the difference between implict and explict cursor's?

Answer Posted / madhuri

The implicit cursor is used to process INSERT, UPDATE,
DELETE, and SELECT INTO statements. During the processing of
an implicit cursor,Oracle automatically performs the OPEN,
FETCH, and CLOSE operations.

Where as in explicit cursors,the process of its working is
done in 4 steps namely DECLARE a cursor,OPEN a cursor,
FETCH from cursor and CLOSE a cursor.

Is This Answer Correct ?    16 Yes 6 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the difference between microsoft access and sql?

510


What does partition by mean in sql?

529


what is data control language? : Sql dba

599


How do sql triggers work?

566


How long it takes to learn pl sql?

543






What is sql catalog?

588


how are mysql timestamps seen to a user? : Sql dba

576


What is the difference between instead of trigger and after trigger?

522


what is offset-fetch filter in tsql? : Transact sql

545


What is the difference between a database and a relational database?

574


how to shutdown mysql server? : Sql dba

585


Explain what is a view?

616


How to rename a table?

575


What is nvarchar max in sql?

594


Can we use ddl statements in stored procedure sql server?

539