InterviewSolution
Saved Bookmarks
| 1. |
Define Cursor Variable? |
|
Answer» A cursor VARIABLE is ASSOCIATED with DIFFERENT STATEMENTS which can hold different values at run time. It is kind of reference TYPE. A cursor variable is associated with different statements which can hold different values at run time. It is kind of reference type. |
|