Friday, 25 May 2012

How can two PL/SQL records be compared? | PL SQL

 Two records can be compared by using the equality (comparison) operator for each field of the record. However, the entire record cannot be compared as a whole.