Multiple choice technology mainframe

Can UNION be used along with outer join.

  1. True

  2. False

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

UNION can be used with outer joins because UNION combines result sets from multiple queries, and outer joins return matched plus unmatched rows. UNION ALL preserves duplicates while UNION eliminates them, but both are compatible with join operations.