Multiple choice

___________ provide a way for your program to select multiple rows of data from the database and then process each row individually in PL/SQL.

  1. Database triggers

  2. Package

  3. Cursors

  4. None of these

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

Cursors provide a way for your program to select multiple rows of data from the database and then process each row individually in PL/SQL