Hi all,
If I have two table of cod-desc, T1 and T2,
and I need to create all possible combination,
other than using cartesian product,
is there another way more optimal to do that?
Suppose every table has 1M rows.
RDBMS= Oracle 11G.
Thanks
sandro