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?

Answer Posted / 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



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Which language is used in sql?

1112


What is execute immediate?

1151


Why we use join in sql?

1020


What is optimistic concurrency control? : Transact sql

1025


Can there be more than one function with a similar name in a pl/sql block?

1035


what is meant by nl2br()? : Sql dba

1097


What is the reports view in oracle sql developer?

1036


What is sql scripting?

1187


How to assign sql query results to pl sql variables?

1137


How to take user input in pl sql?

1198


what does the t-sql command ident_incr does? : Transact sql

1118


Which are sql * plus commands?

1195


what is 'mysqlshow'? : Sql dba

1068


what are the maximum number of rows that can be constructed by inserting rows directly in value list? : Transact sql

997


How can one get sql*loader to commit only at the end of the load file? : aql loader

1112