Answer Posted / suresh
cursor is private sql area. cursor is used for to retrieve
or display the more than one values at a time.
| Is This Answer Correct ? | 4 Yes | 1 No |
Post New Answer View All Answers
Why are cursors used?
What is pls_integer in pl sql?
Is it possible to create the following trigger: before or after update trigger for each row?
what is self join and what is the requirement of self join? : Sql dba
Can variables be used in sql statements?
write an sql query to get third maximum salary of an employee from a table named employee_table. : Sql dba
explain commit and rollback in mysql : sql dba
What are the types of index in sql?
What if we write return in procedure?
How do I order columns in sql?
What are the benefits of pl/sql packages?
What is number function in sql?
How do you copy a table in sql?
Can a view be mutating? If yes, then how?
Is left join inner or outer?