Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


State the difference between implict and explict cursor's?

Answers were Sorted based on User's Feedback



State the difference between implict and explict cursor's?..

Answer / swapna

Implicit Cursor are declared and used by the oracle
internally. whereas the explicit cursors are declared and
used by the user.

more over implicitly cursors are no need to declare oracle
creates and process and closes autometically. the explicit
cursor should be declared and closed by the user.

More over Explicit Cursors were used to retrieve values
from two or more rows.

Is This Answer Correct ?    28 Yes 2 No

State the difference between implict and explict cursor's?..

Answer / l..l.n.reddy

IMPLICT CURSOR:- Automatically porvide by oracle which
perform DML statements. queries returns only one row.

EXPLICT CURSOR:- Defined by user. queries returns more
than rows.

Is This Answer Correct ?    16 Yes 4 No

State the difference between implict and explict cursor's?..

Answer / madhuri

The implicit cursor is used to process INSERT, UPDATE,
DELETE, and SELECT INTO statements. During the processing of
an implicit cursor,Oracle automatically performs the OPEN,
FETCH, and CLOSE operations.

Where as in explicit cursors,the process of its working is
done in 4 steps namely DECLARE a cursor,OPEN a cursor,
FETCH from cursor and CLOSE a cursor.

Is This Answer Correct ?    16 Yes 6 No

State the difference between implict and explict cursor's?..

Answer / selvaraj v , anna university c

Implicit Curosr : When a query return s Single Row Value
then Implicit Cursor is used.
It's return Only One Row. Curosr Name is assigned
Implicitly.

Implicit Cursor used for all SQL Stmts, that,
DECLARE,OPEN,FETCH,CLOSE.

It's defined by the Oracle Server wherenever the Opertions
Single Row.

Implicit Curosrs Automatically provides by Oracle which
performs DML Statements. Qureies return only one row.

We are able to handle NO_DATA_FOUND Exception in implicit
Cursor.

Explicit Curosr :

A subquery returns more than one row Explicit Curosr is
Created.

The rows returned by the query is called Active Set. It's
return multiple rows.

Curosr is assigned Explicitly. It's used to process
Multirow SELECT Statements.

Retrieving multiple rows the Programmer declare cursors
Explicitly.

Explicit Cursors defined by the User. Queries return more
than rows.

We are Not able to handle NO_DATA_FOUND Exception.

Is This Answer Correct ?    7 Yes 2 No

State the difference between implict and explict cursor's?..

Answer / nageswara rao orsu

Implicit cursors: used for all DML statements and
single-row queries
Explicit cursors: used for queries of zero, one, or
more rows

Is This Answer Correct ?    1 Yes 0 No

State the difference between implict and explict cursor's?..

Answer / bhavesh shah

Implicit cursor:- It always return one row, and no loop is
used in.
Explicit cursor:- It returns more than one row and here loop
is used.

Is This Answer Correct ?    5 Yes 5 No

State the difference between implict and explict cursor's?..

Answer / pradeep

Explicit Cursor:-We are not able to Handle NO_DATA_FOUND
Exception.

Implicit Cursor:-We are able to Handle NO_DATA_FOUND
Exception.

Is This Answer Correct ?    6 Yes 12 No

Post New Answer

More SQL PLSQL Interview Questions

A table has 150 records. How do you retrieve 100th row to 120th row from that table ?

21 Answers   IBM,


Explain the difference in execution of triggers and stored procedures?

0 Answers  


how can we take a backup of a mysql table and how can we restore it. ? : Sql dba

0 Answers  


What pl/sql package consists of?

0 Answers  


What is a ddl command?

0 Answers  


Can we insert delete data in view?

0 Answers  


What is a .db file?

0 Answers  


What is difference between sql and excel?

0 Answers  


How to call the function and Procedure in trigger?

3 Answers   IBM,


how to rename an existing column in a table? : Sql dba

0 Answers  


Define concurrency control. : Transact sql

0 Answers  


how to check the 3rd max salary from an employee table?

23 Answers   IBM,


Categories