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 you write a complex sql query?
What is rollback?
What is serial sql?
When should I use nosql database?
Why cannot I use bind variables in ddl/scl statements in dynamic sql?
What is a natural join?
how to select first 5 records from a table? : Sql dba
What is normalization? How many normalization forms are there?
What is an invalid partition table?
Is t sql a programming language?
How do I get sql certification?
Which join is like inner join?
Is sql a case sensitive language?
What is the use of function "module procedure" in pl/sql?
What is data profiling in sql?