Multiple choice technology databases

Can you have more than one cursor open at any one time in a program?

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

Most database systems and programming environments allow multiple cursors to be open simultaneously. You can declare and open multiple cursors in the same program or session, fetching from them independently as needed. This is essential for complex data processing scenarios requiring multiple active result sets.