Question:What is cursor? Why is it used?
Answer Iterating through a result set. Known as a cursor, it allows us to retrieve each row in the set separately and perform multiple operations on that row without warring about affecting other rows in the set.
+ Report
What is cursor? Why is it used?