What is the purpose of a database cursor?
Question 1
Q1. What is the purpose of a database cursor?
Answer: To traverse and manipulate data in a result set
Explanation: Cursors traverse and manipulate data in a result set, allowing for row-by-row processing.