How can you see all indexes defined for a table?

You can see all indexes defined for a table using following query.

SHOW INDEX FROM table_name;