Hi all,

Say I have 2 tables, table1 with columns a,b & c, and table2 with columns a,b, & d.

Now I need to write a query to pull out the records from table1 whose column a & b matches with that of table2. How do I do it?
I know there is a simple way out, but what is it?

Shiva.