Hi I have 3 tables e.g A,B,C. I am joining table A and table B on the bases of id Select A.id,B.Name from A,B where A.id=B.id . Now i want get records from table C basis on calculated A.id. These all I want in One Query. Is tht Possible? Thanks Care Career