INDEX_COLUMNS view

This Information Schema view displays a row for each column in the indexes defined in the specified (or current) database.

Columns

Column NameData TypeDescription
TABLE_CATALOGTEXTDatabase to which the hybrid table belongs.
TABLE_SCHEMATEXTSchema to which the hybrid table belongs.
TABLE_NAMETEXTName of the hybrid table where the index is defined.
INDEX_NAMETEXTName of the index on the hybrid table.
NAMETEXTName of the column that is participating in the index.
KEY_SEQUENCENUMBERPosition of the column in the index, starting from 1.
INDEX_OWNERTEXTOwner of the index.
IS_UNIQUETEXTWith YES or NO, indicates whether this index is a unique index.
CONSTRAINT_NAMETEXTName of the constraint that is associated with this index.
STATUSTEXTStatus of this index.
CREATEDTIMESTAMP_LTZTime of creation for this index.
IS_INCLUDED_COLUMNTEXTWith YES or NO, indicates whether this column is covered by an index.