Answer Posted / shwetha k
A cursor is a pointer to pointing to this memory area and used to retrieve data row by row instead of all row at a time.
select statement fetches only one row.so to overcome this problem cursor is used to hold the set of rows or data in one variable and can do whatever manipulation we want to do.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Do we need commit after truncate?
What is replication id?
Does sql profiler affect performance?
What is left join example?
What is sql lookup?
What is set transaction?
What is a pl/sql block?
How do I kill a query in postgresql?
how to drop an existing table in mysql? : Sql dba
What is the difference between jpql and sql?
Name the operator which is used in the query for pattern matching?
What is coalesce in sql?
What is difference between cursor and trigger?
what is union? : Sql dba
What is data modelling in sql?