Tuesday, 22 May 2012

What is a RECORD datatype? | PL SQL

A RECORD is a collection of data items, which differ from each in other in data type, but are logically related. For example, an employee record with name, age, address, and telephone number. These are all part of employee record but have different data types.
In PL/SQL, the record type is defined first and then the record of that type is declared as follows: