Oracle Database SQL — Question 209

Which two statements are true about a full outer join? (Choose two.)

Answer options

Correct answer: A, D

Explanation

A full outer join retrieves both matched and unmatched records from the involved tables, making option A correct. Option D is also correct as it encompasses all rows that an inner join would return. The other options are inaccurate because option B refers to a specific syntax not used in full outer joins, option C incorrectly suggests that only unmatched rows are returned, and option E describes a Cartesian product, which is not relevant to full outer joins.