The key_len column contains the key length, that I decided to use MySQL. If the key is NULL, then the length of the key, (key_len) is also NULL. Please note: the length value of key, you can determine how many parts of this composite key will actually use MySQL.
EXPLAIN SELECT * FROM partners WHERE id = 1;
Find more questions by tags MySQL