Multiple choice technology platforms and products

what are different joins in business objects that are not available in databases

  1. equi join,outer join(s

  2. equi join,theta join,short cut join

  3. outer joins,cross join

  4. all the above

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

Business Objects provides additional join types beyond standard SQL joins. The shortcut join is a BO-specific optimization that bypasses intermediate tables. Equi joins and theta joins (based on non-equality conditions) are standard, but the inclusion of shortcut join makes option B correct as it uniquely identifies BO's contribution.