InterviewSolution
Saved Bookmarks
| 1. |
What Is A Cursor For Loop? |
|
Answer» Cursor For Loop is a loop where ORACLE IMPLICITLY DECLARES a loop variable, the loop INDEX that of the same record type as the cursor's record. Cursor For Loop is a loop where oracle implicitly declares a loop variable, the loop index that of the same record type as the cursor's record. |
|