Neoview Query Guide (R2.2)
The token descriptions for each operator are described in Chapter 3 (page 31).
Understanding the Query Plan in VQP
Suppose you execute this query:
SELECT *
FROM edw_pro.cust_d1 A,
edw_pro.cust_acct_hier_d B
WHERE
A.cust_ky = B.cust_acct_hier_ky;
The query yields a query plan that looks like this in logical tree form:
Understanding the Query Plan in VQP 27