InterviewSolution
Saved Bookmarks
| 1. |
Can Cursor Variables Be Stored In Pl/sql Tables. If Yes How. If Not Why? |
|
Answer» No, a CURSOR VARIABLE POINTS a ROW which cannot be STORED in a two-dimensional PL/SQL table. No, a cursor variable points a row which cannot be stored in a two-dimensional PL/SQL table. |
|