Most questions ask whether the index is the right one for the query (good fit) or not (bad fit).
If you think about changing a query to improve performance, the new query must still return the same result. That includes all columns if select *
is used.