Explain Query (mysql)

EXPLAIN SELECT basket_id FROM baskets WHERE in_use = 1
id select_type table partitions type possible_keys key key_len ref rows filtered Extra
1 SIMPLE baskets ALL 11 10.00 Using where