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 a cursor ? Why Cursor is required ?

Answers were Sorted based on User's Feedback



What is a cursor ? Why Cursor is required ?..

Answer / anil kumar jampana

cursor is a private sql area. pl/sql cann't handle multy
row select statements. Inorder to handle mulyrow select
statements, we are using cursors.

Is This Answer Correct ?    15 Yes 2 No

What is a cursor ? Why Cursor is required ?..

Answer / raam

Cursor is a private memory area. to perform transations on
morethan one row we are using cursors. required multi-
records will be fetched to cursor area and will do
operations on those records. It is a temperary memory area.
Winthout Cursor pl/sql can perform only one record at a
time.

Is This Answer Correct ?    13 Yes 1 No

What is a cursor ? Why Cursor is required ?..

Answer / suresh

cursor is private sql area. cursor is used for to retrieve
or display the more than one values at a time.

Is This Answer Correct ?    4 Yes 1 No

Post New Answer

More SQL PLSQL Interview Questions

What are the different tcl commands in sql?

0 Answers  


What are nested triggers ?

6 Answers   Amazon, Appeal Soft, IBM, Infosys, TCS,


What is pl sql architecture?

0 Answers  


How do I add a primary key to a table?

0 Answers  


What is identity column in sql server?

0 Answers  


What is raw datatype in sql?

0 Answers  


how to extract a unit value from a date and time? : Sql dba

0 Answers  


explain mysql aggregate functions. : Sql dba

0 Answers  


What is sql and its types?

0 Answers  


Table Order_Name has a column Order_Date which gives the date & Time at which the order is passed.Find the table to write a query to find out the latest order.

5 Answers   Thomson,


Hi all, I am going to write oracle certification. Can anyone send me the dumps available if any for OCA exam? Its really very urgent, prompt response will help me alot..

8 Answers  


Why triggers are used?

0 Answers  


Categories