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...


what is the cursor and use of cursor in pl/sql ?

Answers were Sorted based on User's Feedback



what is the cursor and use of cursor in pl/sql ?..

Answer / prince pradeep

cursor is a handle or a pointer to a context area;
(context area is a memory area where sql statements are processed)
cursors are used to retrieve multiple records from data base

Is This Answer Correct ?    5 Yes 0 No

what is the cursor and use of cursor in pl/sql ?..

Answer / sanjeev

cursor is private memori location, this is storing the data local mechin this will excut the program this cursor automatically deleted

Is This Answer Correct ?    3 Yes 0 No

what is the cursor and use of cursor in pl/sql ?..

Answer / udaykumar

cursor is a private workspace memory,it does'nt stored in
the database.It is a buffer.

Is This Answer Correct ?    1 Yes 0 No

what is the cursor and use of cursor in pl/sql ?..

Answer / kesav

A cursor is a temporary work area created in the system memory when a SQL statement is executed. A cursor contains information on a select statement and the rows of data accessed by it.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

How delete a row in sql?

0 Answers  


Write a unique difference between a function and a stored procedure.

0 Answers  


How can I change database name in sql?

0 Answers  


What is a mutating table

5 Answers   TCS, Tech Mahindra,


how many values can the set function of mysql take? : Sql dba

0 Answers  


what is a sub query?how will you calculate working days in a month using sub query?

4 Answers   InteQ,


What is posting?

0 Answers  


how to use like conditions? : Sql dba

0 Answers  


How many sql core licenses do I need?

0 Answers  


what is the difference between implicit and explicit trigger

2 Answers   Tech Mahindra,


what are the advantages of package?

7 Answers   iFlex,


How to convert comma separated string to array in pl/sql?

0 Answers  


Categories