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 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 they will be able to be of the %ROWTYPE designation, or RECORD. |
|