To avoid cartesian results while joining more than 10tables
696613Apr 16 2009 — edited Apr 16 2009hi to all,
In my oracle db im handling 15 tables and i have join all the
tables all together by using relationships .When i try to fetch any particular value in the where clause,
the outcome of the result is as a cartesian product.
How to avoid the cartesian results and what steps to follow in oracle (Cond: all the tables should clubbed)?
Thanks in advance