0 votes
in PL/SQL by
Explain what are Implicitly Defined Records?

1 Answer

0 votes
by
Implicitly defined records are those that do not have the need to describe each field separately in the record definition. The structure of the record is not defined using the TYPE statement; instead, the %ROWTYPE attribute is used to define the implicit record to have the same structure as the database record. Following code shows the declaration of the implicit defined records:
...