Index system catalog tables
- Last Updated: March 30, 2020
- 1 minute read
- OpenEdge
- Version 12.2
- Documentation
Index system catalog tables
The following SQL system catalog tables contain information concerning indexes:
-
SYSINDEXESis a core system table. Each row in the table represents one component of eachINDEXin the database. -
SYSIDXSTATprovides information on each index in the database.
For more information on the SQL system tables, see OpenEdge SQL Reference.