Answer Posted / kesav
A cursor is a temporary work area created in the system memory when a SQL statement is executed. A cursor contains information on a select statement and the rows of data accessed by it.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
what are the differences between require and include, include_once and require_once? : Sql dba
Is there a way to automate sql execution from the command-line, batch job or shell script?
What is data control language?
Why do we use set serveroutput on?
What are local and global variables and their differences?
How to run pl/sql statements in sql*plus?
What is materialized view. What are different methods of refresh?
Can we use insert statement in function?
how many ways to get the current time? : Sql dba
What is denormalization in a database?
How many joins in sql?
How do I restart sql?
What is meant by cursor in sql?
how to calculate expressions with sql statements? : Sql dba
What are basic techniques of indexing?