Inner Join Problem

Why IN query not worked in inner join?

Questions by seemu123   answers by seemu123

Showing Answers 1 - 6 of 6 Answers

Inner Join is nothing but self join. In self join the system wil take one record from tabel (i.e. first objective) and compare with the same table but objective is different.

so at a time your comparing one record of one table to another record of another table(mean one objective record to another objective record)

regards
krishna

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions