Multiple choice technology databases

Explicit cursors are used to process multiple row SELECT statements

  1. True

  2. False

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

Explicit cursors are explicitly declared and controlled by the programmer to process multi-row SELECT statements. They provide detailed control over row-by-row processing using OPEN, FETCH, and CLOSE operations, which implicit cursors cannot handle.