Display index metadata for a table.
Section: indexes
Inspect indexes on a table
sql
sql
SHOW INDEX FROM orders;Explanation
Review cardinality, uniqueness, and column order when debugging plans.
Learn the surrounding workflow
Compare similar commands or jump into common fixes when this command is part of a bigger troubleshooting path.
Related commands
Same sheet · prioritizing indexes