cursor for loop is used for?
Answers
Answered by
1
Explanation:
The cursor FOR LOOP statement implicitly declares its loop index as a record variable of the row type that a specified cursor returns, and then opens a cursor. With each iteration, the cursor FOR LOOP statement fetches a row from the result set into the record.
Answered by
0
Answer:
please refer the above attachment
Attachments:

Similar questions