Oracle Database Administration I — Question 136

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

Answer options

Correct answer: A, B

Explanation

A self join can indeed be an inner join or a left outer join, making options A and B correct. However, it does not have to be an equijoin (C), the join key column does not necessarily need an index (D), and it is not required to be a full outer join (E).