InterviewSolution
Saved Bookmarks
| 1. |
Describe The Use Of Pl/sql Tables ? |
|
Answer» PL/SQL tables are SCALAR arrays that can be REFERENCED by a binary integer. They can be used to hold VALUES for use in LATER queries or calculations. In Oracle 8 they will be able to be of the %ROWTYPE designation, or RECORD. PL/SQL tables are scalar arrays that can be referenced by a binary integer. They can be used to hold values for use in later queries or calculations. In Oracle 8 they will be able to be of the %ROWTYPE designation, or RECORD. |
|