What is difference between cursor and ref cursor?



What is difference between cursor and ref cursor?..

Answer / kiran r

Cursor is is pointer which is used access data retrived from database.Cursor is static in nature

ref cursor is datatype variable. whose memory address is working area query in database. it is dynamic in nature and it can be modified at the runtime

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

How do I sort a table in sql?

0 Answers  


Is subquery faster than join?

0 Answers  


Explain the uses of database trigger.

0 Answers  


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

0 Answers  


What is sql basics?

0 Answers  






What is fmtonly in sql?

0 Answers  


Why join is faster than subquery?

0 Answers  


why use cursors?

5 Answers   Oracle,


what are the differences between procedure-oriented languages and object-oriented languages? : Sql dba

0 Answers  


What do you mean by field in sql?

0 Answers  


How do I view an execution plan in sql?

0 Answers  


Define overloaded procedure?

0 Answers  


Categories