I have three tables
Table1 Table2 and Table3.
Table1 having column ID. Table2 having column names ID,Name. Table three having column name Name.
Now i want to retrive ID from table1 which is there in Table2 by so that the name associated with ID in table to should be in Table3.
Table1.ID=Table2.ID(Table2.Name=Table3.Namw).
Without using IN operator.Only joins.