InterviewSolution
Saved Bookmarks
| 1. |
How Do You Pass Cursor Variables In Pl/sql? |
|
Answer» Pass a cursor variable as an argument to a PROCEDURE or function. You can, in ESSENCE, share the results of a cursor by PASSING the reference to that result SET. Pass a cursor variable as an argument to a procedure or function. You can, in essence, share the results of a cursor by passing the reference to that result set. |
|