Hi


This is an interview question.

which one is faster

select * from table
or
select col1, col2 from table


Bye