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 procedure in pl sql?
Is left join same as inner join?
What is scalar and vector?
Can we debug stored procedure?
what are the differences between procedure-oriented languages and object-oriented languages? : Sql dba
What is a unique key and primary key and foreign key?
what is a field in a database ? : Sql dba
what is blob? : Sql dba
What are the uses of merge?
Does a user_objects view have an entry for a trigger?
What is the difference between numeric and autonumber?
What is dml with example?
What are stored procedures in mysql?
Can we use rowid as primary key?
What is sql not null constraint?