Oracle Database SQL — Question 179

Which two are true about self joins? (Choose two.)

Answer options

Correct answer: A, D

Explanation

The correct answers are A and D because self joins can indeed use INNER JOIN and LEFT JOIN as well as require table aliases to differentiate the instances of the same table. Options B, C, E, and F are incorrect as self joins do not inherently require EXISTS or NOT EXISTS operators, do have join conditions, and are not always equijoins.