View Single Post
  #2 (permalink)  
Old 05-17-2008, 10:22 AM
ram101 ram101 is offline
Senior Member
 
Join Date: Jun 2007
Posts: 274
Default

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.
Reply With Quote