What is a cursor in oracle?
Answer / Pradeep Dwivedi
"A cursor in Oracle is a database object that represents a set of rows returned by an SQL query. It allows you to iterate through the rows one at a time, process them, and perform dynamic SQL operations. A cursor can be declared using the DECLARE statement followed by the CURSOR keyword, and opened using the OPEN keyword.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is a Segment ?
What is oracle host variable?
What is Hash Cluster ?
What is the difference between substr and instr?
Differentiate between TRUNCATE and DELETE?
Can we use oracle pl/sql block in core java? if so how? pls get back to me .....
Does rowid change in oracle?
How to work with data objects interactively?
What are Clusters ?
What is the difference between truncate & delete command?
Difference between inner join vs where ?
What is a subquery in oracle?