Friday, 25 May 2012

Is it possible to copy contents of one record to another? | PL SQL

 Yes, the contents of one record can be copied to another by copying either each field using the assignment operator or whole record using the assignment operator.