I have following query which return a list of values in Col1.
select a.Col1 from table1 a, table2 b, table3 c where a.col2= b.col3 and b.col4= c.col5;