How to see the details of an index ? I am executing this command to see the indexes for a table
sql-> SHOW INDEXES ON Persons;
indexes
idx_age
idx_areacode
idx_income
idx_state_city_income
but how to see the details, I cannot find a command show indexes detail
There is no command show indexes detail, Use the command describe