Index on DB2 for z/OS: DB2 for z/OS 的索引
可以创建在任何表上的索引: Unique Index: An index that ensures that the value in a particular column or set of columns is unique. Primary index: A unique index on the primary key of the table. Secondary index: An index that is not a primary index. Clustering index: An index that ensures a logical grouping. When data is inserted into the table, the clustering index attempts to maintain the clustering sequence within the partition. Expression-based index: An index that is based on a general expression. Use expression-based indexes when you want an efficient evaluation of queries that involve a column