tableIndexes
Inspect a table's secondary indexes to see fields, uniqueness, and database names, explaining why a SELECT uses or misses an index.
Instructions
The secondary indexes of a table, each with the fields it is built on in order, whether it is unique and what it is called in the database. The answer to why a SELECT does or does not have an index to use. Reading only.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Table, e.g. EKPO. |