Skip to Main Content

SQL & PL/SQL

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

What's the exact terminology of this cursor feature and related documents?

VincelogicFeb 9 2021 — edited Feb 9 2021

Assume a SQL select as below:
select 'abc', cursor(select object_name from user_objects where rownum <= 3) from dual;
the second one in the select list is a cursor, and it will contain a sub-records-set,
my question is, what's the exact feature (terminology) to describe it?
Is there any official document mentioning this in detail?
Thanks.

This post has been answered by mathguy on Feb 9 2021
Jump to Answer
Comments
Post Details
Added on Feb 9 2021
3 comments
185 views