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 is a join?
What is the purpose of cursors in pl/sql?
What is sql profiling in oracle?
how to convert numeric values to character strings? : Sql dba
What is clause in sql?
Can two tables have same primary key?
Can a commit statement be executed as part of a trigger?
What are the conditions an underlying table must satisfy before a cursor can be used by a positioned update or delete statement? : Transact sql
What are all ddl commands?
What is sqlite format?
What are the advantages of normalization?
What do you mean by “trigger” in sql?
What is scalar data type in pl sql?
define sql delete statement ? : Sql dba
What does (*) mean in sql?