0 votes
in PL/SQL by
Can You Define A Record Type Based On An Explicit Cursor?

1 Answer

0 votes
by
Yes, It is possible to define a record type based on the selected columns of an explicit cursor. This helps in retrieving the entire row together into the defined record and further processing. The values of the row are directly loaded into the fields of the record.

Related questions

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