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


Explain uses of cursor.



Explain uses of cursor...

Answer / shwetha k

A cursor is a pointer to pointing to this memory area and used to retrieve data row by row instead of all row at a time.
select statement fetches only one row.so to overcome this problem cursor is used to hold the set of rows or data in one variable and can do whatever manipulation we want to do.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

How would you reference column values before and after you have inserted and deleted triggers?

0 Answers  


What is the use of nvl function?

0 Answers  


What are Global Temporary tables

3 Answers   IBM, TCS,


Which type of cursor is used to execute the dml statement?

0 Answers  


How do you update a value in sql?

0 Answers  


Which one is better subquery or joins?

0 Answers  


----> There is a table T with two columns C1 and C2. The data is as below: C1 C2 1 4 2 5 3 6

4 Answers   ICICI,


what is datawarehouse? : Sql dba

0 Answers  


How do I count rows in sql?

0 Answers  


What is pessimistic concurrency control? : Transact sql

0 Answers  


How do I view a sql database?

0 Answers  


When can we use the where clause and the having clause?

0 Answers  


Categories