Saved Bookmarks
| 1. |
Give The Command To See The Indexes On A Table? |
|
Answer» SHOW INDEX ON table_name This will LIST all the indexes CREATED on any of the COLUMNS in the table table_name. SHOW INDEX ON table_name This will list all the indexes created on any of the columns in the table table_name. |
|