📚 Practice Mode

PL/I and PL/SQL Programming Quiz

Learn at your own pace with hints and detailed explanations

1 / 20
Multiple Choice

What does the cursor attribute ‘%rowcount’ do?

  1. Check whether cursor has fetched any row
  2. Check whether cursor has not fetched any row.
  3. Check the number of rows returned by the cursor
  4. Both A and C