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 purpose of the sql select top clause?

745


What is the difference between mdf and ndf files?

783


What is raid? How does it help storage of databases?

803


What is the purpose of the partition table?

758


Why are indexes and views important to an organization?

685


What is offset in sql query?

826


what is the difference difference between procedure and packages

9659


List out the acid properties and explain?

712


Explain the uses of database trigger.

853


what is the bond code in materialized view?

2687


is mysql query is case sensitive? : Sql dba

778


how to do backup entire database? : Transact sql

885


How do I tune a sql query?

728


What are types of indexes in sql?

748


What is t sql in sql server?

742