cmmrfrds, your advice to avoid using the asterisk is good, but the reason you gave is not
select * just returns all columns of selected rows
the rows that are selected, and the query execution path to those rows, and whether indexes are used or not, is determined entirely by other factors, such as conditions in the WHERE clause
rudy