Index system catalog tables
- Last Updated: January 17, 2024
- 1 minute read
- OpenEdge
- Version 12.8
- 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.