Answer Posted / 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 |
Post New Answer View All Answers
define data blocks ? : Sql dba
What is the usage of distinct keyword?
Mention what does plvtab enables you to do when you showthe contents of pl/sql tables?
What is the most common sql injection tool?
What is a recursive join sql?
What is native sql query?
Can we call dml statement in function?
Why cross join is used?
What is a common use of group by in sql?
What is meant by cursor in sql?
what is data manipulation language? : Sql dba
Is nosql faster than sql?
what is a table in a database ? : Sql dba
How do I view a view in sql?
Can you rollback after commit?