Chapter 7 Review Question 11

11. What is a database cursor and why is it important?

Cursors are a 3GL mechanism to programmatically step through individual rows in a table. It is a powerful way to examine data across rows and to provide detailed conditional code that can read and manipulate the table data at a highly detailed level.