How should I create index on the SQL server so that the following query is optimized?

select * from table1 where col1='aaa' and col2='bbb' and col3='ccc'

Thank you very much!