Figure 1: Query
plan that uses a collection-derived table
QUERY:
------
SELECT name, id
FROM (SELECT children
FROM parents
WHERE parents.id
= 1001) c_table(name, id);
Estimated Cost: 2
Estimated # of Rows Returned: 1
1) lsuto.c_table: COLLECTION SCAN
Subquery:
---------
Estimated Cost: 1
Estimated # of Rows Returned: 1
1) lsuto.parents: SEQUENTIAL SCAN
Filters: lsuto.parents.id = 1001
Have feedback?
Google Analytics is used to store comments and ratings. To provide a comment or rating for a topic, click Accept All Cookies or Allow All in Cookie Preferences in the footer of this page.