Index advised information

  ID    Name         Type              Description
  2346  QQIDXA       CHAR(1)           Indicates if the query optimizer is advising
                                       an index to be created.
                                                                              Y - Yes
                                       N - No
  2348  QQIDXPK      BIN(32)           Number of primary key columns for the index
                                       advised. This is the minimum number of key
                                       columns that the index should be created with.
  2350  QQIDXD       VARCHAR(1000)     List of key columns to use when creating the
                                       advised index.