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
How do I view output in sql developer?
Is primary key clustered index?
What is clustered index sql?
What are the types of triggers in sql?
Why is sharding used?
What are the types of join and explain each?
What is t-sql? : Transact sql
what is the difference between cluster and non cluster index? : Sql dba
What are different types of sql?
How does cross join work?
How do I view stored procedures?
How to check if a column is nullable before setting to nullable?
How does postgresql compare to mysql?
Which join condition can be specified using on clause?
what is self-join? : Sql dba