Was this helpful?
Secondary Indexes
Secondary indexes provide a mechanism for specifying an additional key to the base table.
For instance, assume that an employee table containing name (employee’s name) and empno (employee number) columns is hashed on empno, but occasionally data must be retrieved based on the employee’s name rather than the employee number. You can create a secondary index on the name column of the table.
Note:  For information on indexes for X100 tables, see the chapter “Creating Indexes for X100 Tables.”
Last modified date: 01/30/2023