🎴 Flashcard Mode

PL/I and PL/SQL Programming Quiz

Card1 / 20
Mastered0
Review0
QuestionClick to flip

What does the cursor attribute ‘%rowcount’ do?

AnswerClick to flip back
A
Check the number of rows returned by the cursor
💡 Explanation:

The %ROWCOUNT cursor attribute returns the number of rows fetched by the cursor so far. It's commonly used to check if any rows were returned or to iterate through results.

Change Mode