Additional SQL Server features and topics not covered by specific categories
You did not give us enough information to answer your question.
In any case, the answer is "it depends". There are many variables on the query plan, what columns did you return, how many rows exist in the table, how many rows exist matching your WHERE clause, etc. You must test it yourself and look at the generated query plan to determine what the query optimizer CHOSE to do at that particular time. That doesn't mean it will always choose to do it the same way next time.