Give which cursor is better for better performance means
type of cursors?

Answers were Sorted based on User's Feedback



Give which cursor is better for better performance means type of cursors?..

Answer / swapna

If you deal with better performance You have to refer REF
CURSOR and its more advantage and effecient of Execution.

Is This Answer Correct ?    3 Yes 0 No

Give which cursor is better for better performance means type of cursors?..

Answer / rahul koshti

Definitely...Implicit cursors =>
Because From Release PL/SQL 2.3 ( Oracle 7.3 and earlier)
and above , Implicit cursors has been optimized therefore it
runs faster than the Explicit cursor.

Is This Answer Correct ?    1 Yes 1 No

Post New Answer

More SQL PLSQL Interview Questions

how do you control the max size of a heap table? : Sql dba

0 Answers  


how to write utl file pkg in SQL

1 Answers   Oracle,


What is the main difference between sql and pl/sql?

0 Answers  


How can i insert data inro a table with 3 columns using FORALL?

2 Answers   Oracle,


What is the difference between the implicit and explicit cursors?

0 Answers  






how to create a new view in mysql? : Sql dba

0 Answers  


How do I view tables in mysql?

0 Answers  


which will default fire first  statement level trigger or row level trigger

2 Answers   Cap Gemini, Data Vision,


Define concurrency control. : Transact sql

0 Answers  


what is the output of this query selet * from employee where 1=2 ??

11 Answers  


which operator is used in query for pattern matching? : Sql dba

0 Answers  


write a query find which rows of a table is updated on 2 days before?

3 Answers   TCS,


Categories