Hi,

I have 5 tables..a.b,c,d,e
While doing equi join :
1)a.id=b.id,
b.id=c.id,
c.id=d.id,
d.id=e.id
a.id=c.id,
a.id=d.id
b.id=d.id

How internally equi join works.should i need all PK to Join
Could you suggest me some tutorial which shows how internally works.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.