Answer Posted / joseph p v
2 Types
-Implicit Cursor
-Explicit Cursor
-Implicit Cursor
All select queries are examples of implicit cursor. While
submitting a select query , Oracle internally handle the
Open, fetch and close operations. Implicit Cursors are
using while query returns only row.
-Explicit Cursor
We want to explicitly define one cursor, open the cursor,
fetch and close the same. These type cursors are using
while the query return more than one row.
Ref Cursors are Cursors having the dynamic cursor statement
capabilities.
| Is This Answer Correct ? | 17 Yes | 0 No |
Post New Answer View All Answers
Why join is faster than subquery?
Is null operator in sql?
What is count * in sql?
what is index? : Sql dba
How does a self join work?
What is rtm stands for?
What is query execution plan in sql?
What view means?
what is cross join? : Sql dba
When is the update_statistics command used?
Can you upgrade sql express to full sql?
How to make a copy values from one column to another in sql?
What is localdb mssqllocaldb?
Why we use join in sql?
What is sql engine in oracle?