How does DB2 use multiple table indexes ?
DB2 use the multiple indexes to satisfy multiple predicates in a SELECT statement that are joined by an AND or OR.
DB2 use the multiple indexes to satisfy multiple predicates in a SELECT statement that are joined by an AND or OR.