07/12: MySQL > DESCRIBE table_name
Column 'Key' has three value: PRI, UNI and MUL. Even this Key is null, still this column could be the part of index as a secondary column.
MUL indicates the first column of a non-unique index or a unique value index that can contain NULL.