The Join Hierarchy in Query Resolution

Sybase IQ can use the same join index to resolve a query that involves the full join relationship specified in the join index, or a query that involves any contiguous subset of that relationship. You do not have to create separate join indexes for the subset relationships.

For example, assume that join index ABCDEF joins the tables illustrated in the Hierarchy of a join relationship figure. Sybase IQ can use join index ABCDEF to resolve any queries that involve:

However, Sybase IQ cannot use join index ABCDEF to resolve queries against, for example, Table E to Table D.

Related concepts
Join Hierarchy Overview
Relationships in Join Indexes
Steps in Creating a Join Index