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;

Leave a Reply

Your email address will not be published. Required fields are marked *