What is cursor and where do you use them?
Answers were Sorted based on User's Feedback
Cursor is an named private area called active set which is
used to process the multiple rows returned by the query....
cursors are mainly used in procedure/package/function when
the select qurey in procedure/package/function returns
more than one value....
if their is any issue mail me @
rajesh_natesh@yahoo.com,rajesh.natesh@cognizant.com
Is This Answer Correct ? | 3 Yes | 1 No |
Answer / guest
cursor is temperory block of memory which holds the data as
temperory in buffer
Is This Answer Correct ? | 1 Yes | 3 No |
What is a database management system and give examples?
Define database model.
Explain, why is rdbms better than dbms?
Explain the terms database and dbms. Also, mention the different types of dbms.
How to tell firebird to only accept conections from xyz host or network?
Why do we need database management?
Is mysql a rdbms?
Can we use GO_BLOCK package in a PRE_TEXT_ITEM trigger ?
What is use of dbms?
What do you understand by data redundancy?
How to prevent concurrent access to my data?
how to pass values from one table to another by using Bulk collect?