A logical doubt

Post questions here relative to DataStage Enterprise/PX Edition for such areas as Parallel job design, Parallel datasets, BuildOps, Wrappers, etc.

Moderators: chulett, rschirm, roy

Post Reply
arnie_nits
Participant
Posts: 101
Joined: Mon Aug 13, 2007 2:32 am

A logical doubt

Post by arnie_nits »

Hi,

I have a small doubt.

If we do an inner join on the basis of dummy column then the records get duplicate as it will do a cartesian product.

Is it same in the case of left outer join.......can we get duplicacies???

Regards
Arnie.
ray.wurlod
Participant
Posts: 54607
Joined: Wed Oct 23, 2002 10:52 pm
Location: Sydney, Australia
Contact:

Post by ray.wurlod »

That's up to you and your data - it's nothing to do with the join itself. If there are duplicates on the left input to a left outer join then, yes, you can get duplicates on the output. It's all in the definition of a join.
IBM Software Services Group
Any contribution to this forum is my own opinion and does not necessarily reflect any position that IBM may hold.
Post Reply