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 meant by <> in sql?
Can you inner join the same table?
Define union, minus, union all, intersect ?
what is a scheduled jobs or what is a scheduled tasks? : Sql dba
Can I copy :old and :new pseudo-records in/to an oracle stored procedure?
How do I tune a sql query?
What does trigger mean in psychology?
What is a full join sql?
How to select the Nth maximum salary from Table Emp in Oracle SQL Plus ?
Are ddl triggers fired for ddl statements within a pl/sql code executed using the dbms.sql package?
What makes a good primary key?
What is plpgsql language?
Explain the update statement in sql
Can we insert data into view?
Why we use triggers in mysql?