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
What are the rules to be applied to nulls whilst doing comparisons?
Is sql better than access?
Does inner join return duplicate rows?
What is difference between sql function and stored procedure?
How many types of keys are there in sql?
Does google use sql?
What is an implicit commit?
How do I view an execution plan in sql?
What do you understand by pl/sql packages?
What is snowflake sql?
How to connect a sql*plus session to an oracle server?
What is data manipulation language?
What are the parts of a sql statement?
How does a covering index work?
What does desc stand for?