Hi All. I would like to know what's the proper index should create for the join query?
select a.col1,b.col2
from table_a a
inner join table_b b on a.col3=b.col3
and are there any resources (websites,video,white paper) talking about the tunning for table join query ???