Hi,
I have some confusion about inner and outer joins.
I initalizally thought inner was based on equality and
outer was based on inequality condition, but this produces
cartesean product. There are also left joins and right joins
which seem to have to have different syntaxs such as:
Left Join, Right Join and the syntax (+)
can the sign "+" be used to specify left or right join ?
thanks,
Mark C
I have some confusion about inner and outer joins.
I initalizally thought inner was based on equality and
outer was based on inequality condition, but this produces
cartesean product. There are also left joins and right joins
which seem to have to have different syntaxs such as:
Left Join, Right Join and the syntax (+)
can the sign "+" be used to specify left or right join ?
thanks,
Mark C