0 votes
in PL/SQL by
Explain what Is The Advantage Of Defining Implicit Records?

1 Answer

0 votes
by

Implicit records are useful as there is no hard-code description needed. As they are based on a database table record, any change in the database table record will be automatically reflected in the record.

...