0 votes
in PL/SQL by
Is It Possible To Copy Contents Of One Record To Another?

1 Answer

0 votes
by

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.

Related questions

0 votes
asked Mar 11, 2021 in PL/SQL by Robindeniel
0 votes
asked Mar 15, 2021 in PL/SQL by Robindeniel
...