hana_list_indexes
Retrieve all indexes for a specified table in SAP HANA Cloud, aiding database optimization and management. Requires table name and optional schema name as inputs.
Instructions
List all indexes for a specific table
Input Schema
Name | Required | Description | Default |
---|---|---|---|
schema_name | No | Name of the schema containing the table (optional) | |
table_name | Yes | Name of the table to list indexes for |