INDEXES view

This Information Schema view displays a row for each index 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.
NAMETEXTName of the index on the hybrid table.
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.